Details
-
Improvement
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
-
Reviewed
-
Description
The current ClusterStatus response returns too much information about the load per region and replication cluster wide. Sometimes that response can be quite large (10s or 100s of MBs) and methods like getServerSize() or getRegionsCount() don't really need the full response. One possibility is to provide a scope (or filter) for the ClusterStatus requests to limit the response back to the client.
Attachments
Attachments
Issue Links
- breaks
-
HBASE-19141 [compat 1-2] getClusterStatus always return empty ClusterStatus
- Resolved
- is related to
-
HBASE-18609 Apply ClusterStatus#getClusterStatus(EnumSet<Option>) in code base
- Resolved
- relates to
-
HBASE-18621 Refactor ClusterOptions before applying to code base
- Resolved