-
Type:
Task
-
Resolution: Unresolved
-
Priority:
Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
None
-
Cluster Scalability
-
None
-
None
-
None
-
None
-
None
-
None
-
None
The reshardBlockingWrites assertions in jstests/sharding/resharding_change_stream_internal_ops.js were gated by an FCV check that was effectively dead code — it compared a command result object (i.e. { featureCompatibilityVersion: { version: "8.1" }, ok: 1, ... }) to a string (i.e. "8.1"), which always evaluated to false.
The block is now commented out to avoid unintentionally enabling failing logic.
- is related to
-
SERVER-100907 Only output 'reshardBlockingWrites' event when 'showSystemEvents' is true instead of when 'showMigrationEvents' is true
-
- Closed
-