bsglz commented on a change in pull request #1337: HBASE-24038 Add a metric to
show the locality of ssd in table.jsp
URL: https://github.com/apache/hbase/pull/1337#discussion_r397569153
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/RegionMetrics.java
##########
@@ -160,4 +160,9 @@ default String getNameAsString() {
* of this region
*/
int getMaxCompactedStoreFileRefCount();
+
+ /**
+ * @return the data locality for ssd of region in the regionserver.
Review comment:
or "Different from dataLocality,the numerator only include the data stored
on ssd"?
----------------------------------------------------------------
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.
For queries about this service, please contact Infrastructure at:
[email protected]
With regards,
Apache Git Services