-
Type:
Bug
-
Resolution: Fixed
-
Priority:
Major - P3
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
Fully Compatible
-
ALL
The new "reshardingBlockingWrites" event (SERVER-98981) is currently fromMigrate: true event so in SERVER-98584 we need to open a change streams cursor with showMigrationEvents: true but that has the unwanted effect of capturing deletes of orphan documents. Hiding the reshardBlockingWrites event behind showSystemEvents instead of showMigrationEvents allows the change streams monitor to see the reshardBlockingWrites without seeing the orphan docs deletes.
- is depended on by
-
SERVER-98586 Make ReshardingCoordinatorService validate the number of final documents before transitioning to "committing" state
-
- In Code Review
-
-
TOOLS-3761 Investigate changes in SERVER-100907: Only output 'reshardBlockingWrites' event when 'showSystemEvents' is true instead of when 'showMigrationEvents' is true
-
- Needs Triage
-