dlmarion commented on code in PR #4272:
URL: https://github.com/apache/accumulo/pull/4272#discussion_r1497703904
##########
server/manager/src/main/java/org/apache/accumulo/manager/TabletGroupWatcher.java:
##########
@@ -446,6 +446,7 @@ private TableMgmtStats
manageTablets(Iterator<TabletManagement> iter,
state = newState;
}
}
+ tableMgmtStats.counts[state.ordinal()]++;
Review Comment:
You are saying to move to right after line 421? Are you saying we don't need
to capture the possible state change on line 446?
--
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]