Details
-
Sub-task
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
Description
When forming the InsufficientNodesException, we pass missingIndexes.size() as the expected node count. However if there are insufficient nodes, the expected list gets trimmed, so this count is incorrect. We should pass expectedNodes instead, which is the original list length.
Attachments
Issue Links
- links to