2005hithlj commented on code in PR #5893:
URL: https://github.com/apache/hbase/pull/5893#discussion_r1601578510
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/regionserver/TestPerColumnFamilyFlush.java:
##########
@@ -162,8 +162,8 @@ public void testSelectiveFlushWhenEnabled() throws
IOException {
MemStoreSize cf3MemstoreSize = region.getStore(FAMILY3).getMemStoreSize();
// Get the overall smallest LSN in the region's memstores.
- long smallestSeqInRegionCurrentMemstore =
-
getWAL(region).getEarliestMemStoreSeqNum(region.getRegionInfo().getEncodedNameAsBytes());
+ long smallestSeqInRegionCurrentMemstore = getWAL(region)
+
.getEarliestMemStoreSeqNum(region.getRegionInfo().getEncodedNameAsBytes(),
FAMILY1);
Review Comment:
I will check again.
--
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]