wchevreuil commented on code in PR #5342:
URL: https://github.com/apache/hbase/pull/5342#discussion_r1286868710
##########
hbase-client/src/main/java/org/apache/hadoop/hbase/ServerMetrics.java:
##########
@@ -106,4 +106,6 @@ default String getVersion() {
@Nullable
List<ServerTask> getTasks();
+ /** Returns the region prefetch information for the regions hosted on this
server */
+ Map<String, Integer> getRegionPrefetchInfo();
Review Comment:
Nit: Mind explain in the comment what is the Integer value representing
here? Is it the total region size, or amount of the region size cached? If the
former, is that absolute or round percentage?
--
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]