We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 859f6b0 commit cceda48Copy full SHA for cceda48
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java
@@ -8708,7 +8708,7 @@ public long getRowCacheSeqNum() {
8708
}
8709
8710
/**
8711
- * This is used to invalidate the entire row cache after bulk loading.
+ * This is used to invalidate the row cache of the bulk-loaded region.
8712
*/
8713
public void increaseRowCacheSeqNum() {
8714
this.rowCacheSeqNum.incrementAndGet();
0 commit comments