dlmarion commented on code in PR #6401:
URL: https://github.com/apache/accumulo/pull/6401#discussion_r3326326986


##########
server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/ec.js:
##########
@@ -307,6 +307,7 @@ function refreshRunningCompactions() {
   refreshManagerStatus().then(function (managerStatus) {
     // tables will not be shown, avoid reloading
     if (managerStatus === 'ERROR') {
+      runningTable.clear().draw();

Review Comment:
   why clear this table? The compactors would still run compactions even if the 
Manager is down. Is there an error in collecting this information from the 
Compactors when the Manager is down?



-- 
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]

Reply via email to