Details
-
Improvement
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Code Clarity
-
Normal
-
All
-
None
-
Description
The check for dead nodes during force repair is duplicated in the normal and incremental repair. We could consolidate those 2 checks to make the code more dry.
The check should throw a more meaningful error message to indicate that all neighbor nodes are down, instead of "java.lang.IllegalArgumentException: Endpoints can not be empty"