NihalJain commented on code in PR #6385: URL: https://github.com/apache/hbase/pull/6385#discussion_r1812073044
########## 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: Hi @xieyupei do we really need this? why not just do `String policyName = family.getStoragePolicy();` even in `HMobStore.java` -- 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