keith-turner commented on code in PR #4255:
URL: https://github.com/apache/accumulo/pull/4255#discussion_r1486819547
##########
server/base/src/main/java/org/apache/accumulo/server/manager/state/TabletManagementIterator.java:
##########
@@ -201,14 +201,13 @@ protected void consume() throws IOException {
actions.clear();
Exception error = null;
try {
+ LOG.trace("Evaluating extent: {}", tm);
+ computeTabletManagementActions(tm, actions);
Review Comment:
> Maybe this is sufficient to fix the problem:
That is a more conservative change. Made it in 43e11b1. Thinking we may
be able to remove this code, but that can be done in #4256 after we get all ITs
working in elasticity.
--
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]