-
-
Notifications
You must be signed in to change notification settings - Fork 198
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
txn: allow more commit errors to just trigger abort
Some commit errors, while rare, are perfectly normal and should trigger an EndTxn abort rather than a hard fatal client error. We already handled this case for IllegalGeneration, which would occur if our commit finished after a rebalance. We also now handle RebalanceInProgress (commit finishes *during* a rebalance), as well as all errors that result from the request repeatedly failing.
- Loading branch information
Showing
1 changed file
with
12 additions
and
8 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