-
Type:
Task
-
Resolution: Done
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
ClusterScalability 25May-5June, ClusterScalability 8Jun-22June
-
None
-
None
-
None
-
None
-
None
-
None
-
None
We need to test the error propagation behavior in case of sharded transaction failures caused by rejections by the ingress operation rate limiter, for the following cases:
one of the participants rejects an a prepare command in the transactionone of the participants rejects an operation in the transactionone of the participants rejects a commitone of the participants rejects an abortthe coordinator rejects a request from mongos (commit/abort)
We should cover both the budget exhaustion and retry cap scenarios.
Given the Sharding-Fixed executor can be exempt from rate limiting, we must ensure the commit for sharded transactions is exempt from being rate limited. The CRUDs themselves within the transaction are subject to being rate limited by the IRRL.
- related to
-
SERVER-127637 Ensure chunk migration is exempt from IRRL
-
- Closed
-
-
SERVER-127638 Ensure range deletion is exempt from IRRL
-
- Closed
-