[stargate] Split /status/cluster into separate calls for performance
--------------------------------------------------------------------
Key: HBASE-2912
URL: https://issues.apache.org/jira/browse/HBASE-2912
Project: HBase
Issue Type: Improvement
Components: rest
Reporter: Lars George
On large clusters this can be a costly operation and possible return a large
amount of regions per node. We should remove the list of nodes from the status
and add extra targets to:
- get live nodes
- get dead nodes
- get regions of a live node
That way we can split the calls and the HBase Exporer UI for example can stay
responsive while loading only what is needed to display the cluster status.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.