ddanielr commented on issue #5204: URL: https://github.com/apache/accumulo/issues/5204#issuecomment-2557576982
In RunningCompactionInfo, the duration is set to nanos. https://github.com/apache/accumulo/blob/7b746cd08fc18ea3e75ea5f5180c1a6661367db5/core/src/main/java/org/apache/accumulo/core/util/compaction/RunningCompactionInfo.java#L78 In ECadmin, this value is reported as milliseconds. https://github.com/apache/accumulo/blob/7b746cd08fc18ea3e75ea5f5180c1a6661367db5/server/base/src/main/java/org/apache/accumulo/server/util/ECAdmin.java#L183-L187 This was noticed in the monitor and was fixed by handling the output in #5007 https://github.com/apache/accumulo/blob/f2f7030580952ffe3ebbd2fe475c8583f12c1860/server/monitor/src/main/resources/org/apache/accumulo/monitor/resources/js/ec.js#L88 This unit issue should be fixed at the RunningCompactionInfo level and the change in the monitor removed. -- 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: notifications-unsubscr...@accumulo.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org