EungsopYoo commented on code in PR #7398:
URL: https://github.com/apache/hbase/pull/7398#discussion_r2801584441


##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java:
##########
@@ -929,6 +942,16 @@ public HRegion(final HRegionFileSystem fs, final WAL wal, 
final Configuration co
 
     minBlockSizeBytes = 
Arrays.stream(this.htableDescriptor.getColumnFamilies())
       
.mapToInt(ColumnFamilyDescriptor::getBlocksize).min().orElse(HConstants.DEFAULT_BLOCKSIZE);
+
+    this.isRowCacheEnabled = determineRowCacheEnabled();
+  }
+
+  boolean determineRowCacheEnabled() {

Review Comment:
   
https://github.com/apache/hbase/pull/7398/changes/43e699cfd8d0f49cb19e2ced3f950010b6aa4384



-- 
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]

Reply via email to