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


##########
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:
   Yea I think I had the wrong idea on this. Just pushed 06af601 so that 
table's refresh status is not affected by the manager state.



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