keith-turner commented on code in PR #4257:
URL: https://github.com/apache/accumulo/pull/4257#discussion_r1486752183
##########
server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementIterator.java:
##########
@@ -260,11 +260,6 @@ private void computeTabletManagementActions(final
TabletMetadata tm,
reasonsToReturnThisTablet.add(ManagementAction.NEEDS_VOLUME_REPLACEMENT);
}
- if (!reasonsToReturnThisTablet.isEmpty()) {
Review Comment:
When a tablet was assigned to a dead tserver, it would not do volume
replacement and if it returned early here the TGW code would never remove the
dead tserver location.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]