dlmarion commented on pull request #2283:
URL: https://github.com/apache/accumulo/pull/2283#issuecomment-927829457


   What is "Oldest Age" column in the UI? Is that the time since the last 
response time from the tserver? Are you planning on showing anything other than 
a count? `ThriftClientHandler.getActiveCompactions` only returns information 
about the compactions running internally. However, the TabletServer also has 
information on the compactions that are running externally. Conveying just the 
count of internal and external metrics might require a new Thrift endpoint 
though as I don't think the information will fit into `getActiveCompactions`.


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