xieyupei commented on code in PR #6385: URL: https://github.com/apache/hbase/pull/6385#discussion_r1820413937
########## hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HStore.java: ########## @@ -212,6 +212,7 @@ public class HStore private AtomicLong majorCompactedCellsSize = new AtomicLong(); private final StoreContext storeContext; + protected String policyName; Review Comment: yes, I think so -- 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: issues-unsubscr...@hbase.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org