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


##########
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:
   And then realized we dont even need to be pulling the manager data in that 
method so cleaned that up in 4af6618.



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