Skip to content

Commit cceda48

Browse files
committed
Modify comment for region level invalidation
1 parent 859f6b0 commit cceda48

File tree

1 file changed

+1
-1
lines changed
  • hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver

1 file changed

+1
-1
lines changed

hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8708,7 +8708,7 @@ public long getRowCacheSeqNum() {
87088708
}
87098709

87108710
/**
8711-
* This is used to invalidate the entire row cache after bulk loading.
8711+
* This is used to invalidate the row cache of the bulk-loaded region.
87128712
*/
87138713
public void increaseRowCacheSeqNum() {
87148714
this.rowCacheSeqNum.incrementAndGet();

0 commit comments

Comments
 (0)