dlmarion commented on code in PR #4851:
URL: https://github.com/apache/accumulo/pull/4851#discussion_r1739350136
##########
server/monitor/src/main/java/org/apache/accumulo/monitor/Monitor.java:
##########
@@ -779,6 +761,21 @@ private void fetchCompactions() {
ThriftUtil.returnClient(tserver, context);
}
}
+ for (ServerId server :
context.instanceOperations().getServers(ServerTypeName.COMPACTOR)) {
Review Comment:
I wonder if this change will start to show external compactions on the
monitor front page.
--
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]