wchevreuil commented on code in PR #5140:
URL: https://github.com/apache/hbase/pull/5140#discussion_r1147870793
##########
hbase-server/src/test/java/org/apache/hadoop/hbase/io/hfile/bucket/TestBucketCachePersister.java:
##########
@@ -119,21 +120,36 @@ public void testPrefetchPersistenceCrash() throws
Exception {
@Test
public void testPrefetchPersistenceCrashNegative() throws Exception {
- long bucketCachePersistInterval = 3000;
+ long bucketCachePersistInterval = 5000;
Review Comment:
Actually, we should make BucketCachePersister a daemon thread. Then we could
set this interval to Long.MAX_VALUE.
--
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]