Commit a35670d
authored
[improve][txn] fix error in recoverTracker.handleCommittingAndAbortingTransaction() (#18924)
Fixes #18923
### Motivation
As described in #18923, recoverTracker.handleCommittingAndAbortingTransaction() fail when TC recover.
### Modifications
when transactionLog.replayAsync() finish, complete TC future.1 parent b1f9e35 commit a35670d
1 file changed
Lines changed: 1 addition & 1 deletion
File tree
- pulsar-transaction/coordinator/src/main/java/org/apache/pulsar/transaction/coordinator/impl
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
| 130 | + | |
130 | 131 | | |
131 | 132 | | |
132 | | - | |
133 | 133 | | |
134 | 134 | | |
135 | 135 | | |
| |||
0 commit comments