keith-turner commented on code in PR #4255:
URL: https://github.com/apache/accumulo/pull/4255#discussion_r1486720039
##########
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:
Not sure how to do it ATM, but would like to minimize the specialized code
used by TabletManagementIterator that is not used by TabletGroupWatcher. That
was one thing I was wondering about when opening #4256.
--
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]