xieyupei commented on code in PR #6385:
URL: https://github.com/apache/hbase/pull/6385#discussion_r1814536557
##########
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:
Before this key "hbase.hmobstore.block.storage.policy", i think if we don't
have this, we should write the same code in HMobStore.
"Optional.ofNullable(family.getStoragePolicy())
.orElseGet(() -> conf.get(BLOCK_STORAGE_POLICY_KEY,
DEFAULT_BLOCK_STORAGE_POLICY))
.trim();
"
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]