-
Type:
Improvement
-
Resolution: Won't Do
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Cluster Scalability
-
Cluster Scalability 2024-4-1
-
None
-
None
-
None
-
None
-
None
-
None
-
None
After activating the sharded tests in concurrency_sharding_initial_sync (SERVER-82623), the test
jstests/concurrency/fsm_workloads/internal_transactions_resharding.js fails, because of a failing assert during the validation of the operation parameters. The problem is that the current implementation does not support "$_requestResumeToken. The purpouse of this ticket is to analyze what is necessary to support that option and reenable the test, if it is possible to fix it.
Error: Failed with unexpected {
"ok" : 0,
"errmsg" : "Recipient shard shard-rs0 reached an unrecoverable error :: caused by :: $_requestResumeToken is not supported without Resharding Improvements",
"code" : 72,
"codeName" : "InvalidOptions",
"$clusterTime" : {
"clusterTime" : Timestamp(1708708511, 883),
"signature" : {
"hash" : BinData(0,"AAAAAAAAAAAAAAAAAAAAAAAAAAA="),
"keyId" : NumberLong(0)
}
},
"operationTime" : Timestamp(1708708511, 883)
}
- is related to
-
SERVER-82623 Remove exclusion of requires_sharding tag in concurrency_sharded_initial_sync
-
- Closed
-