HorizonNet commented on a change in pull request #950: HBASE-23590 : Update
maxStoreFileRefCount to maxCompactedStoreFileRef…
URL: https://github.com/apache/hbase/pull/950#discussion_r361982947
##########
File path:
hbase-client/src/main/java/org/apache/hadoop/hbase/RegionMetrics.java
##########
@@ -156,8 +156,8 @@ default String getNameAsString() {
int getStoreRefCount();
/**
- * @return the max reference count for any store file among all stores files
+ * @return the max reference count for any store file among all compacted
stores files
* of this region
*/
- int getMaxStoreFileRefCount();
+ int getMaxCompactedStoreFileRefCount();
Review comment:
Ah, ok. This seems like a minor gap in our documentation on how we handle
deprecations. Would be good to have a common sense and a documentation for it.
@saintstack Any thoughts?
----------------------------------------------------------------
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