Opening in response to the single-shard transaction behavior described in SERVER-39187 and SERVER-37344:
single shard transactions don't send coordinateCommit. And the current behavior is that attempting to recover a single shard transaction commit will make it wait for the coordinator to timeout and then check for the commit state of the transaction locally.
It would be a great improvement if recovering the state of a committed/aborted single-shard transaction did not block for 60 seconds (or transactionLifetimeLimitSeconds).
CC: alyson.cabral.
- is duplicated by
-
SERVER-39726 Recovering the state of an uncommitted transaction should not block
- Closed
- is related to
-
SERVER-39726 Recovering the state of an uncommitted transaction should not block
- Closed
- related to
-
SERVER-39187 Rerunning commitTransaction on a new mongos blocks forever
- Closed
-
SERVER-37344 Implement recovery token for retrying a commit command on a different mongos
- Closed