-
Type:
Bug
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: 9.0.0-rc0, 9.1.0-rc0
-
Component/s: None
-
Catalog and Routing
-
ALL
-
🟥 DDL
-
None
-
None
-
None
-
None
-
None
-
None
The collmod coordinator uses checkAllowMigrationsOnConfigServer in two places to early exit if the coordinator has already completed work. The first is present since 7.0 while the second is introduced in master recently (9.1) and will be backported. However, in 9.0FCV+, checkAllowMigrationsOnConfigServer does not guarantee that resumeMigrations completed correctly since the config server is updated before the shards are.
This can lead both collmod early exit branches to exit with chunk operations still disabled on the shards. This will prevent
- is caused by
-
SERVER-121209 Make _configsrvSetAllowMigrations commit authoritatively
-
- Closed
-