dlmarion commented on PR #5012:
URL: https://github.com/apache/accumulo/pull/5012#issuecomment-2436373746

   > ... it still may be useful to expose the aggregated status via a public 
API, rather than a Thrift endpoint, for direct consumption by the monitor, as 
well as outside tools. I'm not 100% sold on the idea, though... I'm just 
pitching it as an alternative to doing it via a server-only Thrift call that 
users don't have access to.
   
   I'm not sure how that would work, the client would need to talk with every 
server to gather the information, or the information would have to be 
aggregated somewhere and then the client just fetches it from that location. 
Removing the ManagerMonitorInfo object in the Manager, the current mechanism of 
aggregation, was part of the reason for some of these changes (Thrift API in 
each server component).
   
   Another item to bring into this conversation, as it overlaps some, is the 
`accumulo admin serviceStatus` command added in #4567. It does provide a 
limited overview of the deployment.
   
   
   


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