EungsopYoo commented on code in PR #7291:
URL: https://github.com/apache/hbase/pull/7291#discussion_r2431330181
##########
hbase-server/src/main/java/org/apache/hadoop/hbase/regionserver/HRegion.java:
##########
@@ -8696,6 +8703,17 @@ public long getOpenSeqNum() {
return this.openSeqNum;
}
+ public long getRowCacheSeqNum() {
+ return this.rowCacheSeqNum.get();
+ }
+
+ /**
+ * This is used to invalidate the entire row cache after bulk loading.
+ */
Review Comment:
https://github.com/apache/hbase/pull/7291/commits/cceda4821812f42db111b7c06bc9576547ca0751
--
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]