-
Type: Task
-
Resolution: Duplicate
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: Sharding
-
None
-
Fully Compatible
secondaries should be able to just refresh as soon as they receive the message because the oplog message will be written after chunk metadata is refresh on the primary – after the chunk metadata updates have been persisted.
This should probably be done at the end of the migration critical section
It's only necessary to do this on the donor shard, whose secondaries could return stale data because the chunk has been moved elsewhere. Recipient shards only become aware of their data when they get requests for it via a higher shard version.
- duplicates
-
SERVER-27713 Create OpObservers for config.collections writes to update the in-memory chunk metadata data structures
- Closed