-
Type: Task
-
Resolution: Won't Do
-
Priority: Major - P3
-
None
-
Affects Version/s: None
-
Component/s: None
-
Storage Execution
-
Execution Team 2024-04-15
-
(copied to CRM)
The commit quorum defaults to "votingMembers". But, an in-progress index build ignores when replReconfig changes a member's votes to 0 until the primary steps down.
This is a customer pain point: if there is a problem node, and it's votes and priority are set to 0 via replReconfig(), an in-progress index build will stall until a stepdown or explicit call to setCommitQuorum.
Customers have to run setCommitQuorum on each in-progress index builds to prevent stalling.
- related to
-
SERVER-46822 Ensure 2 phase index build with "commit quorum on" works with replica set reconfig.
- Backlog