forked from apache/pulsar
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Transaction] Fix transactionMetadata store recover timeout problem. (a…
…pache#10162) ## Motivation 1. now recover tc use timeout is ```currentTime``` + ```transactionTimeout```, it is not right. it need to use ```startTransactionTime``` + ```transactionTimeout```. 2. fix lose time out, the original logical will pop the useful transaction from the ```priorityQueue```
- Loading branch information
1 parent
ef06691
commit be9d4d4
Showing
8 changed files
with
146 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.