-
Type: Task
-
Resolution: Done
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Server Serverless 2021-12-13, Server Serverless 2021-12-27, Server Serverless 2022-01-10
For multitenant migrations with protocol "shard merge", when the recipient imports donor collections it may fail. The only retryable error we know of is if R's stable timestamp is < the D collections' checkpoint timestamp, aka startApplyingDonorOpTime. We can advance R's majority commit point as necessary (SERVER-61140) but the stable timestamp is updated a bit later than the majority commit point, so R needs a retry loop while it waits.
Question: if there's a WiredTiger error when R tries to import a D collection, how does R know the cause of the error? WT uses EINVAL to express many errors, not just "stable timestamp too old". If R can't determine the cause of the error, it won't know whether to retry.
- depends on
-
SERVER-61143 Import donated collections
- Closed
- is related to
-
WT-8421 Add a config to allow import for tables with a checkpoint timestamp smaller than or equal to the stable timestamp
- Closed
- related to
-
SERVER-61773 Enable WT stable timestamp rule
- Closed
-
SERVER-62417 Complete TODO listed in SERVER-61731
- Closed