virajjasani commented on a change in pull request #950: HBASE-23590 : Update
maxStoreFileRefCount to maxCompactedStoreFileRef…
URL: https://github.com/apache/hbase/pull/950#discussion_r361982317
##########
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:
Oh okk, yes ideally we would do that but in this case, this change `int
getMaxStoreFileRefCount();` has not yet landed to any release so far and is
available to 2.3.0 and 1.6.0 only, no other release branch. Hence, the plan is
to update this method now only before 2.3.0 or 1.6.0 makes it to releases.
Thanks
----------------------------------------------------------------
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