taklwu commented on a change in pull request #2931:
URL: https://github.com/apache/hbase/pull/2931#discussion_r585167999
##########
File path:
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/DefaultStoreFileManager.java
##########
@@ -203,5 +213,21 @@ public double getCompactionPressure() {
public Comparator<HStoreFile> getStoreFileComparator() {
return storeFileComparator;
}
+
+ void setStorefiles(ImmutableList<HStoreFile> storefiles) {
+ this.storefiles = storefiles;
+ }
+
+ void setCompactedfiles(ImmutableList<HStoreFile> compactedfiles) {
Review comment:
abstract base class is good idea, I will give a try as a last thing
(another commit at the end) as that will take longer.
----------------------------------------------------------------
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]