-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
-
Cluster Scalability 2024-09-02
-
0
-
None
-
3
-
None
-
None
-
None
-
None
-
None
-
None
We have a few concurrency tests that run migrations and updates that may update a doc's shard key. If a concurrent update changes a doc's shard key value for a doc in the range being migrated, the migration will fail. The tests already account for and ignore the errors thrown if the error happens during the main xfer mods phase, but not if it happens when waiting for commit (and still running xfer mods).