kevinrr888 opened a new pull request, #5894:
URL: https://github.com/apache/accumulo/pull/5894

   Manager info on the Monitor (displayed on homepage (`/`) and Manager page 
(`/manager`)) now obtains and displays info from the existing (but unused) 
`rest-v2/manager` endpoint.
   
   * Updated the homepage to display table data corresponding to the 
`rest-v2/manager` endpoint.
   * Updated the manager page to display table data corresponding to the 
`rest-v2/manager` endpoint.
   * Created new endpoint `rest-v2/manager/metrics` which returns the Manager 
metrics as json. This is linked in the Manager table in both the homepage and 
the manager page.
   * Server navigation bar now only considers the Manager status (as obtained 
from `rest/status`) (ERROR, WARN, OK). Previously took into account the manager 
state (e.g., if the state or goal state was SAFE_MODE or CLEAN_STOP), but this 
info was only included in the `rest/manager` endpoint.
   * Deleted the `rest/manager` endpoint and associated code used to gather 
data for this endpoint.
   * Deleted `systemAlert.js` and `systemAlert.ftl` as this alert was entirely 
based on Manager info included in `rest/manager` (manager state being SAFE_MODE 
or CLEAN_STOP). No longer applicable with `rest-v2/manager`.
   
   closes #5882


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