jhungund commented on code in PR #6182:
URL: https://github.com/apache/hbase/pull/6182#discussion_r1741944537
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/CacheTestUtils.java:
##########
@@ -351,4 +351,8 @@ public static void getBlockAndAssertEquals(BlockCache
cache, BlockCacheKey key,
}
}
}
+
+ public static boolean waitForCacheInitialization(BlockCache cache, long
timeout) {
+ return cache.waitForCacheInitialization(timeout);
+ }
Review Comment:
ack
--
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]