2024-05-01 10:56:51,055 INFO [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache timeout: 26 mins 2024-05-01 10:56:51,279 DEBUG [main] hbase.HBaseTestingUtility(342): Setting hbase.rootdir to /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c 2024-05-01 10:56:51,340 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=169, AvailableMemoryMB=3124 2024-05-01 10:56:51,374 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:51,388 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:51,404 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:51,407 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:51,412 DEBUG [Time-limited test] util.ClassSize(228): Using Unsafe to estimate memory layout 2024-05-01 10:56:53,487 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:53,487 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:53,487 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:53,487 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:53,502 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10 (was 10), OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 275), ProcessCount=169 (was 169), AvailableMemoryMB=2390 (was 3124) 2024-05-01 10:56:53,514 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=169, AvailableMemoryMB=2390 2024-05-01 10:56:53,526 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,554 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:53,554 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:53,563 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:53,572 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=21474836480, buckets=5, bucket capacity=4294967296=(4*1073741824)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:53,573 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:53,573 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:53,575 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:53,575 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:53,599 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=13 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-2 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-0 java.io.BufferedOutputStream.write(BufferedOutputStream.java:117) org.apache.maven.surefire.api.util.internal.Channels$4.writeImpl(Channels.java:199) org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleWritableChannel.write(AbstractNoninterruptibleWritableChannel.java:66) org.apache.maven.surefire.api.util.internal.AbstractNoninterruptibleWritableChannel.writeBuffered(AbstractNoninterruptibleWritableChannel.java:49) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.write(AbstractStreamEncoder.java:69) org.apache.maven.surefire.booter.spi.EventChannelEncoder.write(EventChannelEncoder.java:288) org.apache.maven.surefire.booter.spi.EventChannelEncoder.setOutErr(EventChannelEncoder.java:173) org.apache.maven.surefire.booter.spi.EventChannelEncoder.testOutput(EventChannelEncoder.java:168) org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:99) org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:43) org.apache.maven.surefire.common.junit4.JUnit4RunListener.writeTestOutput(JUnit4RunListener.java:202) org.apache.maven.surefire.api.report.ConsoleOutputCapture$ForwardingPrintStream.write(ConsoleOutputCapture.java:57) sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295) sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:54) org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:317) org.apache.log4j.WriterAppender.append(WriterAppender.java:156) org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:232) org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57) org.apache.log4j.Category.callAppenders(Category.java:206) org.apache.log4j.Category.forcedLog(Category.java:384) org.apache.log4j.Category.log(Category.java:810) org.slf4j.impl.Reload4jLoggerAdapter.info(Reload4jLoggerAdapter.java:284) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:982) - Thread LEAK? -, OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 275), ProcessCount=169 (was 169), AvailableMemoryMB=2358 (was 2390) 2024-05-01 10:56:53,615 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=169, AvailableMemoryMB=2356 2024-05-01 10:56:53,623 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,651 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:53,652 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:53,655 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:53,686 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,714 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,739 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:53,739 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:53,746 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:53,746 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,758 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,778 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:53,778 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:53,779 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:53,785 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:53,789 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=17 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-0 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-2 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-0 java.lang.ThreadLocal$ThreadLocalMap.(ThreadLocal.java:386) java.lang.ThreadLocal.createMap(ThreadLocal.java:265) java.lang.ThreadLocal.setInitialValue(ThreadLocal.java:201) java.lang.ThreadLocal.get(ThreadLocal.java:172) java.lang.StringCoding.deref(StringCoding.java:63) java.lang.StringCoding.decode(StringCoding.java:179) java.lang.StringCoding.decode(StringCoding.java:254) java.lang.String.(String.java:546) org.apache.maven.surefire.api.report.ConsoleOutputCapture$ForwardingPrintStream.write(ConsoleOutputCapture.java:56) sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295) sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:54) org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:317) org.apache.log4j.WriterAppender.append(WriterAppender.java:156) org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:232) org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57) org.apache.log4j.Category.callAppenders(Category.java:206) org.apache.log4j.Category.forcedLog(Category.java:384) org.apache.log4j.Category.log(Category.java:810) org.slf4j.impl.Reload4jLoggerAdapter.info(Reload4jLoggerAdapter.java:284) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:982) Potentially hanging thread: BucketCacheStatsExecutor sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.parkNanos(LockSupport.java:215) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.awaitNanos(AbstractQueuedSynchronizer.java:2078) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:1093) java.util.concurrent.ScheduledThreadPoolExecutor$DelayedWorkQueue.take(ScheduledThreadPoolExecutor.java:809) java.util.concurrent.ThreadPoolExecutor.getTask(ThreadPoolExecutor.java:1074) java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1134) java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624) java.lang.Thread.run(Thread.java:750) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 java.lang.Thread.isInterrupted(Native Method) java.lang.Thread.interrupted(Thread.java:952) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.checkInterruptWhileWaiting(AbstractQueuedSynchronizer.java:2002) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2040) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-2 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) - Thread LEAK? -, OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=349 (was 275) - SystemLoadAverage LEAK? -, ProcessCount=169 (was 169), AvailableMemoryMB=2193 (was 2356) 2024-05-01 10:56:53,802 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=14, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=349, ProcessCount=169, AvailableMemoryMB=2191 2024-05-01 10:56:53,821 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:53,853 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:53,853 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:53,861 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:53,982 WARN [Time-limited test] util.NativeCodeLoader(62): Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2024-05-01 10:56:54,427 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:56:54,445 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.cache 2024-05-01 10:56:54,445 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:54,445 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:54,447 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=1, writerQLen=1, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:54,662 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.persistence 2024-05-01 10:56:54,662 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:54,830 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.cache 2024-05-01 10:56:54,831 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:54,831 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:54,932 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:54,937 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:54,949 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:54,949 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:54,949 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:54,949 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:54,959 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=21 (was 14) Potentially hanging thread: org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner java.lang.Object.wait(Native Method) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner.run(FileSystem.java:3693) java.lang.Thread.run(Thread.java:750) - Thread LEAK? -, OpenFileDescriptor=290 (was 289) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=349 (was 349), ProcessCount=169 (was 169), AvailableMemoryMB=2279 (was 2191) - AvailableMemoryMB LEAK? - 2024-05-01 10:56:54,969 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=349, ProcessCount=169, AvailableMemoryMB=2279 2024-05-01 10:56:54,981 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:54,990 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:54,991 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:54,992 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:56,053 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-05-01 10:56:57,154 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-05-01 10:56:58,255 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:58,255 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:58,255 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:58,255 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:58,265 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19 (was 19), OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=349 (was 349), ProcessCount=169 (was 169), AvailableMemoryMB=2245 (was 2279) 2024-05-01 10:56:58,275 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=349, ProcessCount=169, AvailableMemoryMB=2245 2024-05-01 10:56:58,286 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,294 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,294 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,295 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,794 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=1073737728, buckets=511, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,795 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:58,795 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:58,795 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:58,795 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:58,806 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=21 (was 19) - Thread LEAK? -, OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 349) - SystemLoadAverage LEAK? -, ProcessCount=169 (was 169), AvailableMemoryMB=2198 (was 2245) 2024-05-01 10:56:58,815 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=2197 2024-05-01 10:56:58,827 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,837 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,838 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,839 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,852 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,859 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,866 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,867 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,868 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,868 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,881 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,881 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,886 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,887 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,896 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,896 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,897 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,897 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:56:58,897 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:56:58,897 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:56:58,897 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:56:58,911 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=31 (was 19) - Thread LEAK? -, OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=2033 (was 2197) 2024-05-01 10:56:58,922 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=31, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=2032 2024-05-01 10:56:58,933 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:56:58,940 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,940 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,940 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,951 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.log.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir so I do NOT create it in target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75 2024-05-01 10:56:58,951 WARN [Time-limited test] hbase.HBaseTestingUtility(449): hadoop.log.dir property value differs in configuration and system: Configuration=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/../logs while System=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir Erasing configuration value by system value. 2024-05-01 10:56:58,952 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.tmp.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir so I do NOT create it in target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75 2024-05-01 10:56:58,952 WARN [Time-limited test] hbase.HBaseTestingUtility(449): hadoop.tmp.dir property value differs in configuration and system: Configuration=/tmp/hadoop-jenkins while System=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir Erasing configuration value by system value. 2024-05-01 10:56:58,952 DEBUG [Time-limited test] hbase.HBaseTestingUtility(342): Setting hbase.rootdir to /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75 2024-05-01 10:56:58,952 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:56:58,963 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache 2024-05-01 10:56:58,963 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:56:58,964 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:56:58,964 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:56:58,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4797654179838864252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,065 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.persistence 2024-05-01 10:57:00,065 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,065 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,065 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,081 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache 2024-05-01 10:57:00,081 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,081 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,084 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,086 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,086 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,086 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,086 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,086 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.persistence 2024-05-01 10:57:00,101 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache 2024-05-01 10:57:00,101 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,103 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,108 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,108 WARN [Time-limited test] bucket.BucketAllocator(412): There are 1 blocks which can't be rebuilt because there is no matching bucket size for these blocks 2024-05-01 10:57:00,108 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dc5f3c38-5bc2-72d5-34ad-03555749fc75/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,109 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,109 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,109 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,109 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,120 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 31) - Thread LEAK? -, OpenFileDescriptor=291 (was 290) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1948 (was 2032) 2024-05-01 10:57:00,130 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1948 2024-05-01 10:57:00,142 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,148 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,148 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,149 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,497 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,516 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.61 MB, memory=0 B 2024-05-01 10:57:00,517 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,520 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.90 MB, memory=0 B 2024-05-01 10:57:00,520 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,523 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.68 MB, memory=0 B 2024-05-01 10:57:00,524 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,525 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.46 MB, memory=0 B 2024-05-01 10:57:00,541 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,544 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.85 MB, memory=0 B 2024-05-01 10:57:00,545 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,547 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.19 MB, memory=0 B 2024-05-01 10:57:00,548 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,549 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.97 MB, memory=0 B 2024-05-01 10:57:00,550 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,551 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=117.34 KB, total=30.06 MB, single=0 B, multi=1.75 MB, memory=0 B 2024-05-01 10:57:00,551 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8193740653693826896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,552 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3909097821174295979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,552 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1242182017155173315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,552 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4538013573565361132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7800114381247883405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7020573009679523977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -725115150775263160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5321549646357077161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3842493245423609946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,553 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8109794844517926619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 629438212611614364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8137264298743830958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5899811010427699565_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3645696695237315012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3770714645078719838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6174378426949545689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1929686623524329836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7187690325198463485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,554 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2226525147921010106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4732124017953622427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3754912415472289136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3142120023018303386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6304062901079994234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5312773563993299454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,555 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 161575128953679286_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8089418586503981443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7962094682319382010_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8725304538952235639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6283576564477117211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8457590027856466030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,556 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1356689415690383379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,557 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1948564141754578949_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,557 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6751133595588972933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,557 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3423855911998927634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,557 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -586217757572766483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,557 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3876242848031126384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,558 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8532643734104236008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,558 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8657001994662548672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,558 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8830774390507787666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,558 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8709310872530035644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,559 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5742344894925209301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,559 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8074535710381803226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,559 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8700739611073931701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,559 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7368779631575171064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,559 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4866405726976151500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 455850575460670480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5226529770112522607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5902026606712985429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7163730501958345034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6961232499994557819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8257657721478099661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 861212228673299677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,560 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -997338201482132477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2835629326740519107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3039817829977575550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3942138505704618889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2925268911273559150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8551197052085900795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5034390000043168817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7454214485126268001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,561 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5815783741518906685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6302049460036224611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3283563622830015535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9179770493825498483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4396906278014319381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8643141037808768661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6003691299941246519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 633605834268762075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5765882570087630202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,562 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8892341864228892539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2717157340065576446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7095513327274950496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2127951981854086386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -327350565120905248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5111459861771429405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7890139873393298334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1002164920636368343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,563 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6298517340691439221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5674587066524039525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5327844213020883328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5070310124736671909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9097039810829058064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5806376104561052676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1840794635469978895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -904156847962693389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,564 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -965667287872095102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,565 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6221961120455960237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,565 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3127715599317628531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,565 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8921417428544771945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,565 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5921700178336739221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,565 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2620642200419629428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,566 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5086543890696118070_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,566 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1724962093253142715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,566 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2705035848433813349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,566 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7445207786639586696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,567 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8688071410813667154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,567 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1027143718832926246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,567 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -533652265702917345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,567 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7608835607212598205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,567 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3741813194571187406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 752000584948174630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6248946485124292234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6386754264465700236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -86730830754336587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4022010021133344850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,568 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -261711842015981253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1966209520068180054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7949568997866538708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3381200620248195826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7843745175175369243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9067088483217248941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5485746694685876664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1729292453625353389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6317067170715600012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3657176436414494784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,569 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9071834278354244121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4460069338849387527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 682411988665899900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2662336384932090650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3617750591526162288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7821392110829766681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4295946404234464539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3589672584200237850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8925656242229644418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1783221316182153917_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,570 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1319431965919149754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6500657592128432600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2935661465942059383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2364550016045246120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3156461375149614586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5857641664101267556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3747137413669406454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7090712071706355842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6471118293636269026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8313975060090615797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6545036309672093059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,571 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7212588139974633984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9056868901275161870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -961299425005384450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6154334764878941221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -408413358831719696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7383862642475710892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6337558950034277331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4318742507284306847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8386552834069486033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6472381068169560175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7509829269754554808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5203454604295777680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2035500862232845200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5130172388154410260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4390976068842001404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2881172937752604454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5983212949955982828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3193066539977939468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3667343729418007845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1428077103630853188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4847047515458342183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4917015825345098459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2625684366786545089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,573 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7097256540996720639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6552940988895502681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1742416486322873636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 281013450248262678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8139215721414288375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5332696957989279189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7642627143770993504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7909611598264982943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3185217327494329066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8956895825099005357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 687886768272899286_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7078868048835042147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,574 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 441841631001868904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4638977112044600301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4024301843955103939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1787106905814803341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8333900002066898623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2537995639042451135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -55137373819943151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -929240757672574474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2314363632993529750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1764662360005518879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7518711169259126487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1513269234044535411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,575 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3340077081647411701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2472288587733919414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6809859729458227827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8198581598444027885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8017663523638578183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4559851593315218688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5590485136133563139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1485588405538475576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7616289298952880038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5726900348227023815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8493167714201493918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5192847295747787787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,576 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3849032823770941674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6039339328695223645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 564500840825475084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2895894471362615203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4730933693583626934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1245593039415175611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1380228250031475657_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2685458687173605768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5584117665967395768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5618864991547704045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7427960442748597711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,577 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9039265909772715572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5036324158830914718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1914062030564750137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5309828722759655241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9014377968384952957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3282726455684332390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -590733771867148302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4571622026522501798_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7901205802197179592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2264475380199937390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 544260638420992824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2101584612834120612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,578 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5115393793738766909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6824160545002032290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7192337784789221513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1867343026406714218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6740942083685345229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6218237643201899329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3768192324095446594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5763821433922959197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8822257877765329032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,579 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8955420715755024892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7501814525158018977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4037451620169745393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2968575491731390998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2256074651756656150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5531530089111774044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -364993539400806920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1597854875183927503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1058570450164656088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,580 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2623575262723143973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8201627267785107442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2649230886982034959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 269834987395581164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1802894810921504456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 849130283462487005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6407084198085526663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7280581145294116115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1160547937960897547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1187160231978530045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6295851583680213769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1735054200192476677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7479694769980993248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,581 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 187442800310668393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4413588673002448363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7476194382673082458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 444789367770876808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3113509882499389592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2509795897470061228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3147718210973751528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5643687751811039567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7507903740693611782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8942438638996061862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3605165499997151124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3276154870319072598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4287659076992412054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,582 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1112402251006119640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1627203249287997414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9127556621622409086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -79516131313490467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3519825396493028430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4563531220124411794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 296197799684073728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -155381573494852287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7181209419061976669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3251614524389801083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -84057289528751659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6468140161328657222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2986276976003923331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6434948488324828701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,583 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8643451436192168757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6060089896046174861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3227409952792316441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7240869911305271149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1592445475417591105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4127942080022115500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4999561346698217386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6735596559635310005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7607409369381826373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5441871573272966051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5066430408460105079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -35271060604444906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9013286534968752396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,584 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2994799706216371178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3308234335239083978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2054910232550111856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8076149248860687371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8259243510736751434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3929972321319036459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6454073704794528366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8834309492401976233_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5666871312118264717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4843875877236577782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1293216568001283798_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7960776585895105008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8846467699209475642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2538643793245970769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,585 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4182700670686804819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3909743952327165541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2240304900626417323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8871638475895957288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1727120380456401289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7977711287295417157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4273051633323049848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6176171436992963714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6034116855930960606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5927481853584548047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5689445862570981778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8834933530813847211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5808797894812945724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6729278460568454105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7974538683753783918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,586 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6716828821816768525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4245576787128412451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -31315980188734103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6905848650456336584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6001583404875863757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1334471449845770614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 106801023497780201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -304821381130909763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5715329816423098295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5001166836599761237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4987252342393254699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1797124986795335383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5830169832057804119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3925798119746233559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2043479765664966461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,587 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8158577459093684057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1592269394432142170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5694886138464005081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4202031272674021071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8171204559542132462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7792183231473801382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7027048583316245365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7144914947282958039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1629603757662439205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2386926954591296144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7589909464597737073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,588 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3771662462891423277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2128755144064520017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1777556067705968127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5831808396583539728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4902253492621817301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6692165736084024992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 847621015069192603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5508111728698984694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8832601227281174499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4170152597635389564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 750043311742387682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6755147128437564927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,589 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5142741744584649711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:00,592 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-05-01 10:57:00,593 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,593 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,594 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,596 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.24 MB, memory=0 B 2024-05-01 10:57:00,596 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,604 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 35) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1912 (was 1948) 2024-05-01 10:57:00,613 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1912 2024-05-01 10:57:00,625 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,633 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,633 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,634 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,634 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-05-01 10:57:00,634 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-05-01 10:57:00,634 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-05-01 10:57:00,634 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,644 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1879 (was 1912) 2024-05-01 10:57:00,654 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1879 2024-05-01 10:57:00,665 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,673 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,673 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,674 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,677 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-05-01 10:57:00,677 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=20314112; used bytes=10435584; total bytes=30749696; wasted bytes=70656; fragmentation bytes=728064; completelyFreeBuckets=10 2024-05-01 10:57:00,677 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 5120; used=410; free=0; total=410; wasted bytes=2048; fragmentation bytes=419840, full buckets=1 2024-05-01 10:57:00,677 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 9216; used=228; free=0; total=228; wasted bytes=0; fragmentation bytes=233472, full buckets=1 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 17408; used=0; free=120; total=120; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 33792; used=0; free=62; total=62; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 41984; used=0; free=50; total=50; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 50176; used=0; free=41; total=41; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 58368; used=0; free=36; total=36; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 66560; used=31; free=0; total=31; wasted bytes=37888; fragmentation bytes=31744, full buckets=1 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 99328; used=42; free=0; total=42; wasted bytes=30720; fragmentation bytes=43008, full buckets=2 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 132096; used=0; free=15; total=15; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 197632; used=0; free=10; total=10; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,678 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 263168; used=0; free=7; total=7; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,679 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 394240; used=0; free=5; total=5; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,679 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 525312; used=0; free=4; total=4; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:00,681 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,681 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,681 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,681 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,691 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1846 (was 1879) 2024-05-01 10:57:00,700 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1846 2024-05-01 10:57:00,711 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,717 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,717 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,718 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,728 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,734 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,741 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,749 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,749 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,749 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,750 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,757 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,757 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,757 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,757 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,767 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=39 (was 35) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1686 (was 1846) 2024-05-01 10:57:00,777 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=39, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1685 2024-05-01 10:57:00,788 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,793 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,793 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,794 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,804 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,810 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-05-01 10:57:00,810 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,810 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,811 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,811 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,811 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,811 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,821 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=44 (was 39) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1621 (was 1685) 2024-05-01 10:57:00,830 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=43, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1621 2024-05-01 10:57:00,840 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,845 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,845 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,846 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,856 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,861 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-05-01 10:57:00,861 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,862 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,862 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:00,862 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:00,862 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:00,862 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:00,872 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=47 (was 43) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1563 (was 1621) 2024-05-01 10:57:00,883 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=47, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1562 2024-05-01 10:57:00,894 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:00,899 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,900 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,900 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,900 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.log.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir so I do NOT create it in target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9 2024-05-01 10:57:00,901 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.tmp.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir so I do NOT create it in target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9 2024-05-01 10:57:00,901 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:57:00,911 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.cache 2024-05-01 10:57:00,911 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:00,911 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:00,912 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:00,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8474018298082412878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:02,013 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.persistence 2024-05-01 10:57:02,013 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:02,013 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:02,013 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:02,026 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.cache 2024-05-01 10:57:02,027 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:02,027 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:02,030 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:02,030 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.cache, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/cc3da47f-4d95-dce4-70df-60350f10d9a9/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:02,031 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:02,031 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:02,031 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:02,031 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:02,041 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=51 (was 47) - Thread LEAK? -, OpenFileDescriptor=292 (was 291) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=353 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1522 (was 1562) 2024-05-01 10:57:02,052 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=353, ProcessCount=169, AvailableMemoryMB=1521 2024-05-01 10:57:02,063 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:02,069 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:02,069 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:02,070 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:04,322 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:04,322 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:04,322 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:04,322 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:04,332 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=52 (was 51) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 353), ProcessCount=169 (was 169), AvailableMemoryMB=1355 (was 1521) 2024-05-01 10:57:04,342 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=169, AvailableMemoryMB=1354 2024-05-01 10:57:04,353 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,359 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:04,359 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:04,362 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:04,381 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,391 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2024-05-01 10:57:04,391 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:04,391 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:04,392 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,399 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,407 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,414 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:04,415 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:04,414 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:04,414 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:04,425 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 51) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=169 (was 169), AvailableMemoryMB=1201 (was 1354) 2024-05-01 10:57:04,434 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=169, AvailableMemoryMB=1201 2024-05-01 10:57:04,445 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,450 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:04,451 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:04,452 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:04,452 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:04,452 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:04,452 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:04,452 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:04,462 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=169 (was 169), AvailableMemoryMB=1169 (was 1201) 2024-05-01 10:57:04,471 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=169, AvailableMemoryMB=1168 2024-05-01 10:57:04,482 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,489 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:04,489 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:04,490 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:04,490 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:04,490 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:04,490 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:04,490 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:04,501 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=169 (was 169), AvailableMemoryMB=1137 (was 1168) 2024-05-01 10:57:04,511 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=169, AvailableMemoryMB=1137 2024-05-01 10:57:04,521 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:04,528 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:04,529 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:04,529 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,551 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:06,551 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:06,551 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:06,551 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:06,561 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=56 (was 55) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=168 (was 169), AvailableMemoryMB=1214 (was 1137) - AvailableMemoryMB LEAK? - 2024-05-01 10:57:06,570 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=168, AvailableMemoryMB=1214 2024-05-01 10:57:06,580 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,584 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,584 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,584 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,588 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=21474836480, buckets=5, bucket capacity=4294967296=(4*1073741824)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,589 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:06,589 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:06,589 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:06,589 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:06,599 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=168 (was 168), AvailableMemoryMB=1211 (was 1214) 2024-05-01 10:57:06,608 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=168, AvailableMemoryMB=1211 2024-05-01 10:57:06,619 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,622 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,622 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,623 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,633 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,639 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,642 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,642 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,642 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,643 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,648 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,652 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:06,652 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:06,652 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:06,652 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:06,661 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=59 (was 55) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=168 (was 168), AvailableMemoryMB=1173 (was 1211) 2024-05-01 10:57:06,670 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=59, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=168, AvailableMemoryMB=1173 2024-05-01 10:57:06,683 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,685 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,685 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,685 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,685 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.log.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir so I do NOT create it in target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679 2024-05-01 10:57:06,686 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.tmp.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir so I do NOT create it in target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679 2024-05-01 10:57:06,686 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:57:06,696 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.cache 2024-05-01 10:57:06,696 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,696 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,697 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=1, writerQLen=1, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,822 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.persistence 2024-05-01 10:57:06,822 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:06,836 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.cache 2024-05-01 10:57:06,836 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,836 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,839 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,839 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/1e33d9a8-5e5f-5610-4493-7a1938053679/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:06,840 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:06,840 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:06,840 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:06,840 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:06,850 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63 (was 59) - Thread LEAK? -, OpenFileDescriptor=293 (was 292) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=325 (was 325), ProcessCount=168 (was 168), AvailableMemoryMB=1173 (was 1173) 2024-05-01 10:57:06,859 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=325, ProcessCount=168, AvailableMemoryMB=1173 2024-05-01 10:57:06,869 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:06,873 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:06,873 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:06,874 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:07,974 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-05-01 10:57:09,075 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-05-01 10:57:10,176 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:10,176 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:10,176 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:10,176 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:10,186 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=64 (was 63) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 325), ProcessCount=168 (was 168), AvailableMemoryMB=1167 (was 1173) 2024-05-01 10:57:10,195 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1166 2024-05-01 10:57:10,205 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,209 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,209 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,213 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,214 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=1073737728, buckets=511, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,214 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:10,214 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:10,214 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:10,214 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:10,227 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63 (was 63), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=1155 (was 1166) 2024-05-01 10:57:10,236 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1154 2024-05-01 10:57:10,246 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,250 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,250 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,251 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,261 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,265 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,271 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,271 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,272 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,272 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,276 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,277 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,277 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,277 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,283 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,283 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,284 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,284 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:10,284 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:10,284 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:10,284 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:10,297 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=75 (was 63) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=1060 (was 1154) 2024-05-01 10:57:10,306 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=75, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1059 2024-05-01 10:57:10,316 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:10,320 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,320 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,320 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,330 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.log.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir so I do NOT create it in target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4 2024-05-01 10:57:10,331 WARN [Time-limited test] hbase.HBaseTestingUtility(449): hadoop.log.dir property value differs in configuration and system: Configuration=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/../logs while System=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir Erasing configuration value by system value. 2024-05-01 10:57:10,331 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.tmp.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir so I do NOT create it in target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4 2024-05-01 10:57:10,331 WARN [Time-limited test] hbase.HBaseTestingUtility(449): hadoop.tmp.dir property value differs in configuration and system: Configuration=/tmp/hadoop-jenkins while System=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir Erasing configuration value by system value. 2024-05-01 10:57:10,331 DEBUG [Time-limited test] hbase.HBaseTestingUtility(342): Setting hbase.rootdir to /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4 2024-05-01 10:57:10,331 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:57:10,341 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache 2024-05-01 10:57:10,341 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:10,341 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:10,342 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:10,342 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5552451259873020417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,442 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.persistence 2024-05-01 10:57:11,442 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:11,442 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:11,442 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:11,458 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache 2024-05-01 10:57:11,458 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:11,458 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:11,461 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:11,462 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:11,462 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:11,462 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.persistence 2024-05-01 10:57:11,462 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:11,462 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:11,475 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache 2024-05-01 10:57:11,475 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:11,476 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:11,479 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:11,480 WARN [Time-limited test] bucket.BucketAllocator(412): There are 1 blocks which can't be rebuilt because there is no matching bucket size for these blocks 2024-05-01 10:57:11,480 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dfdc5426-48ae-955f-38f9-f5505d6fcfc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:11,480 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:11,480 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:11,480 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:11,481 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:11,491 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 75) - Thread LEAK? -, OpenFileDescriptor=294 (was 293) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=1042 (was 1059) 2024-05-01 10:57:11,500 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1042 2024-05-01 10:57:11,511 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:11,516 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:11,517 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:11,517 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:11,846 ERROR [Time-limited test-BucketCacheWriter-2] util.ResourceLeakDetector(337): LEAK: RefCnt.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: #1: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.release(RefCnt.java:83) org.apache.hadoop.hbase.nio.ByteBuff.release(ByteBuff.java:87) org.apache.hadoop.hbase.io.hfile.HFileBlock.release(HFileBlock.java:420) org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.shouldReplaceExistingCacheBlock(BlockCacheUtil.java:237) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.shouldReplaceExistingCacheBlock(BucketCache.java:461) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:446) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:420) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:409) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:133) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:151) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) #2: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.retain(RefCnt.java:71) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:414) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:37) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:410) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:109) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getBlock(BucketCache.java:543) org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.shouldReplaceExistingCacheBlock(BlockCacheUtil.java:216) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.shouldReplaceExistingCacheBlock(BucketCache.java:461) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:446) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:420) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:409) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:133) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:151) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) #3: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.retain(RefCnt.java:71) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:414) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:37) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:410) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:109) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getBlock(BucketCache.java:543) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:150) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) Created at: org.apache.hadoop.hbase.nio.RefCnt.(RefCnt.java:59) org.apache.hadoop.hbase.nio.RefCnt.create(RefCnt.java:54) org.apache.hadoop.hbase.io.hfile.bucket.BucketEntry.(BucketEntry.java:110) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$RAMQueueEntry.writeToCache(BucketCache.java:1501) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.doDrain(BucketCache.java:1061) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:974) 2024-05-01 10:57:11,857 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=4.10 MB, Free for total=4.10 MB, of current used=27.39 MB, actual cacheSize=15.76 MB, total=31.75 MB 2024-05-01 10:57:11,866 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=4.08 MB, total=31.75 MB, single=0 B, multi=15.13 MB, memory=0 B 2024-05-01 10:57:11,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2262089925353186976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1641815362420144572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1583325008131956848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6271953675864264986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4326349991943228665_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6418849360578217452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1490268882592428993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8711591806590786785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6064895608971837506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8962980817226052203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4682494925685829276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -550223374275596205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1723700172084601896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4774167280161396582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7004198665881077260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3128084165772210211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2771773082157726746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -859697355914864610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5869246451121025442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7980534198241056380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2555900486206968299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6418213582127095859_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2558593009005153482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8610335417781623513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 322758069339343099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3242101348952956384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 906570399640157600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3455622361592343294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 819736667784809032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9092348304943135252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7401671849815894739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3072720760661354266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6685365995539200032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4103309182720143075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 263130071022085338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3479316812719649528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4893313861534307961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 475114820605019064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4612844503240643162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3044469533899780258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8206071129841154635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7769496450598651805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 670915540914954780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5394900814658790055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5173327321318288115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8856807901311478802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3154652003994530983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2286440206882105934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5445451310032423773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 102183358092715482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4135090991542787735_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1329658879554146421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7578240727855565554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8549831852945511041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1731697881769819114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8755686801386474176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 200340377595826598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5549857103483272324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8970032637615125117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1113425317646048002_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7576296026912443365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 57553071910495159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9162413871677319968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6403794800128917480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3918214313511439061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5514409951351716928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5549450356157397894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -631055852746570557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3994181431971929628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3454258800951693815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8505740808962996689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7219291807387420617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4139871281729792771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1944439680220843939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1867318345687589546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4426875570913806227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8152688675693147056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5578501689612267386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -353779659698721367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5099017278579806642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1133882295129861476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1372611876232133325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3063840998975017898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -113360657820920759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2196094522645967493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2139743016763366030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2926974383442659021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7329895577863956903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4586093972160305611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3169647397105623047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4695985418143585199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1787362423221370660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4843684236783156096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6191248202204087255_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -389037951675921911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1543019465488945666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3460355598288400283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2690477495744441383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -815374282616862059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5405275445438411557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3836459081647592479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -573822448470621947_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5175234594847507576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4360223785542449380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2451994605070918208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1233413237828076066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4879913740388013633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8261630297093023080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8173594430018009437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2404211376557221176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8388573287273713696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4561743565620190621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1884739014137885387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2596647682486624891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4139589811976431485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7541184722091344307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2858949154169011619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2728435362851444600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3733796549524028538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6797236590296564818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4575174532961781160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4180822194809120835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3753284363370768965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2085936120138120617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2842361346990265213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1315997500556255683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9102677854887508969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3110721094746772713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 238875281974297663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3874022211178762010_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6028046601119820567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5297456505890345065_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2199361763999163390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1539938805136909535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3510895488584555111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1189459354857902179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6770143827542499870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3753842461176596728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3012562271029720217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2823165584929720383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2170519688557291009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4524077981590102466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4068193513989162905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7633780223796052138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5736853448315327686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4430316911324315754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8062216135869856761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2745657324905825842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3025166478051581883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2618917329435258264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6312173701838196252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5828091412266507950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6889490364166854865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4379825388567807253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3784666301282393415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4642447904606035312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1387831151587997156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2072149643903105979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2272818117266043091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1589672790464308250_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -954219390507505378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5113868554979645098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4027214932707500384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -74260853536344991_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4942505226202715831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5607017174692655714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2717824193910812643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 26366374676834678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2793763448005066895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 557966405883692662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7457483981372583637_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7973137242545280574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7800122513573399076_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2738916613085026935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8000125332665765944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7605704175408565269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8937037017957524326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8825856215963376970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5575605254255640379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4015252836977060248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3053562046743526939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 487084462938069778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6780703378630499739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8210755603510175877_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5422247809956667384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -972162045352585776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6426472610634624057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4693801143770490774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2685213100580334275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6851310565651654760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4276348182402684559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3810811242407859678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1796253277444701516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1894782263037001899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -129347860708923760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2144041385367397470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 472522583191252192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1044396684270438723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1296909384255082779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9020286984236013311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5103070895883485823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6513900829047590940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3900827811986627339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4164597553647447965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2548625190320759084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9138311194726872835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8580317184170912203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1866007931257640654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7333459837509869496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6158828165800633516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7960677714115453044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5016535835543669078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1015428606628219760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5015869893396927939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4894549445397344405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3852030819601705125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3441697163295021596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8932142617444195496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5288802972295627122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4486647991981814223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1803278925282866341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7414928747939258838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -359458833846780208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3000171171009086442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7541456620051212560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5885327858827110867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1725592403853687443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5248870410554433316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8192870622520305966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1289477024070804238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1996268528751700476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2481877235019090718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6677373246624836349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1409755199108939296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6524407046599442087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9177484938394256764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7672525310993571977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2173876865303673292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -705181742585364249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7529090188605923954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2070552940614857388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4974595089602817088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -639607550451835234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7591283035799550816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4985288455536179745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7665142420762269153_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2287056248661529025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5316862309859466959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7577323098291988839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6640847141459785221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1815339031429610333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5502372489979571887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8280570073093319375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8569483631468815258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4430067298302540069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1215842567438247837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2041808005027808950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5048178332568985082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -707865545267048858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7186861547785495737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3027322601151960252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4395794262656550533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5227554401313141022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9036190528986722736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6086567140561635040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3698230146531228864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8776580792102415706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1387810797763214136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2669134851950825488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4338636601976710707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7716167032339016684_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9210755151729494178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4668170098810346900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2406941106436738499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3300977038751552686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5892948366469370470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5283971055790670574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5521324351913875404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1687094168724782672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 70527389303860715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3482249746245445260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1819489192119563442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 780870443793577696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6955756347797763335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4963097121668288744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 752008593428756966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9146665455655426837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4337700656599096816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2758010709244688866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4144654482776873377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3336584287600560380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7517273569281499141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5361492637668669274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5105061763176942542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2635938502175982186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6650861341101304412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5484414108220880942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6919927024495430654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4969252312810612154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -330784877815959601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6048819357150505969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2939811726433750300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5692370307011113264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2617080474052824174_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2193850382397920630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6396252459640692844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7163825320645352986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3918292267546215823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2264865357642868020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4016688171666592766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1158542571750055060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5864043114041828184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8145941886532752329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5540453518105159157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7261480096664755485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5474013991144742298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5979713610778775293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4917155669689734552_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3884304425555229357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6027176685302106335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6806698604642256182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7110086818464516512_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1219784929344620565_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1686034834190287591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4286580164761424598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -843831115876910395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6714068171154857236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8072711874451697817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2753844058404494809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5344964037677053149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3930633776825500509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5919851857681533590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3379331571222829513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8063574239997164479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4946907764158814338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7715564258609440849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2250082768603488563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3670844267443216856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4561945638072405844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2762317988594965747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1586912787871904348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5477886933847374865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9147984370770378790_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2521262189709737384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7305136083750417463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3945565605539765972_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 94310176949566002_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2446237279516471241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4915850127435121355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4228860032664814819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8737424117940474239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6876754514252673460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4943083755788646058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3014977369508179529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5523361104108136117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9010538405402358839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5490816633220212820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3996547639255601992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2380013435351408346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7554126092728749454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5093292828604965735_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3625243095269418570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7524173928529343339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1048837075154524132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1730024388167385708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3560650868444187166_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3519832093020883276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4799365527573798510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2233638560412387569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -816791795741269508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8032948766805893537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5272099271693244818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4086031777071007554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6088266338739845784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1207491418967350755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6184705868368596056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5463228541048449185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7819707214262339585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5500363802883059061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5686552757652472114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2756165050093747332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8649421677992432248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8973965468801194692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4647007507331912928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6169726116534818333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1990226059999016542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8815139144285600001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5591592423876930500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -703263414614042277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4765567913132504946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7014123146428902021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4219590854926562526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7104072868224992542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2473751777898120793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2804554514678290572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5079713738362258450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5370225436170071841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2957084152747616295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 131796465548137988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7093990429824261587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5389223886357136885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5123857568664740809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6596515485262618239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3629524660067776409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6337677070183052400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6766252194650074366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5669667938298069679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7170782367712034160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1904824687455564539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7669393303139713226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3278769255577057459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 987106247271226571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4298363439471145564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 704500353601859410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1405181946278606229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -211277639112069066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1421376990708169267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7432788740356110314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5204514474052803562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4100019144685085241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 366979239165608204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7575911570946257266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1316861039379722976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7962983939319186155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8245238801807287242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4230074642053650058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6493276627270558417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6487199803434614119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2843000106007568698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8385348025241948838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8329232907379575926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 262345430839618490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7879553296269855800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6402439735210788014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6484117376066381183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -961469669609971012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7764043908767277060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5236311230123597312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1635908698985197385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2649576667449088423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5839624240317578245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3618953074231159982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2620136895238359792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4942630365702664868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8563157007160450339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6717222088591680695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9188286397080840647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 207046243575071470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2470510899189510328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7007949069924660636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8847237334265771518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5943108082108368564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7806991474083660457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9022848188247380860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 179326325027259486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1244035975936524135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6496455857608111944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 909827525341295386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7506795487054082149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6365813878670140356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -720601998375981415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7973910880585035071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5889681376774256611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1808104761512511624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6688150877587842505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 535668851986219144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5198852351923382494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2677875066774857919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7371170439589978625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4093044345384813215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6776680568557493140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6485217220454281959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 781980943582177945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -125182390379448478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6552016845966484890_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2962742065345585447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1406845761935990588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6482146865848286464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5228522318485417453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1063159702859364760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6559018115319203120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3746339788301306125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7920313435344060205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1415351122022882534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3700377491328997208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5743558587089283667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5345381825589861566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,984 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6791565884093280145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2990462420383039727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3937528533388078425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1650073659877050997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3113704323568517472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2963582947901166135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2827203079716985766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5634985236272500720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8367691514025379732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9083414396656148538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8625288237453858265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2734009744784969316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 501048296727463710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7195130990910098152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2631252782533259402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5220300044312152388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6748218561948758678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1046727011437353208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,985 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1193206736132285244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5909072496424819780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -204159996260359497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4245552808095322102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5995647959400860995_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6970362251120804229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4783766103529205500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1310187890591404533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -951402800332414895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1425474250732819442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8493184703815978098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3158028813722928527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8265488980399078172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8439949506621438173_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5499396056039647638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,986 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3854417940240968812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2191029653072447741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3323576531102726804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -269557400602159585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -19436470924657399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3616399839500810245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4222213920313674495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6539382724639207646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2211189569050454263_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6511214044811911654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5827399469051337373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6641860761464550577_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2363046185837229937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6959755961889084808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5863431932212271768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2235196705439276384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3145008886867279916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2697297854803814449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5321506447500860758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9074803522632747035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,987 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5999034876041250376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4970404173947162649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2160785423516342186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2800323205055883497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2205002821572528336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3436487770367952272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2178282440203590285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6746437122780747085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2419943989488593406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 490552695052332877_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8949594309263764252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6759323151846596258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3576337412960612246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6941731101190487746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2741722878295725163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,988 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1109281259383344418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 842840458394998078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4611589643067893449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3891295971604574162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1041514922916615779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7733488028605930029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6872642657549108490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2500328590247268522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,989 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2100268340061112862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3894365198505373475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5510221068783309126_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -793699993806057288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3146860853217114172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7423618336533996904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2931596684209610155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8106625319095399822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2253029144576886851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6677028260535749847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5167837216987636937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2066533482879974859_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2505900694885158930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3629174815483871903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,990 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6465304472530919018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6679208314094212644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4011381340033634127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5360636034191537749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2389667188700812618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4337013750367427117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5353895113503981686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8155516019470784617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 178179127400198338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7124081812068604376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3269214193402269032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1618098578816524209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6608348301224713559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8955601684089050308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3985036527687548391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3417461670638027348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3297721570947072936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8349370386547973822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3696269676619784021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,991 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5296983458836027015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3811600605471197753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2709099697054594018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2684650766186973860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2953015350664614186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3719428425694133737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3653183749837506782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2603085025237998281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -632537782325184461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -348957909399397397_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8395290022722534292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4902062866752204133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8305620255044220677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5848784960900991187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2930514819166218925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5776726226580300344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1568860959340629652_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -67394741188101038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3476939794090356353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2855010649715590595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4094530680685100502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7859767380560137821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6438093514374170130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7283182783882292398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5349398471053717836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8919611859048631187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8554907250644031538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7637221975476333651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7144596542298369782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 212105681259673519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4812926735924670501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5233563763496519942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -480644319351046857_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -903677865754978385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -681584325162248160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5318287050633342778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1480939289490513140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,993 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5038245983001580154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 115454039393069264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2039624399034332335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 329915374101377903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1033702784790449998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5386097886048586614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6272032872732587561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4925076787968255091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2981996620308300631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2874209893793128200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8439053213913182346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6797161976338859371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5663705177933051133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1071171391701337005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3933451376565392397_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8331729777760227352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5496525199997816647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1386920866819224539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,994 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1397584686261125988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1953139735161907447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5805850154568330791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2925792858333247863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2368748491044080101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3072398452633067482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5539888362654926494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6827270149355806362_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7609235454911128764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7453681665546342382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8232434843797703674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 506338470855021152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6562111501943236917_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4031633248811099306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1659544400981214248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8960444867737481908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7659030298154204340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3347456862328333730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2294605162760099680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,995 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6227392089405197585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7000070236912969585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4934418481884120280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6581424069005713175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3558980822377551307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1276108621214690975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4760322113036414612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 499311624005435642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2179570219035387505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2795721853189099818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3886958339362489157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7967753387204096806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2076237647164350473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3237485024402570808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8884743860490800453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7721184464826026775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 142048000060205212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7300846090737796322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5150560575275321135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,996 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4150805342037754003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2801632411709643394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3086836234926211292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1103442926018030232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5883298343240085249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1946467595550220978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8123940235378272848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2574518864183569203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2440783311964047944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8957033325335863967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8939816378120283444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -179211844489746697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -362720783756404496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9075597829582867404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2387385798467994214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -730678133972272657_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,997 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -834336430894633278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9221480692473136197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1619671702936165528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4046057702154128451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8546702592757268898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6361464492702019133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4681889705512681641_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1068735074592119567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7623783352793264054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -44273068816480906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5162133796939059670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3570340441766798171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7104073863076044724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3703005123293996049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5128636876608165680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,998 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8200166140955242715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6233958997072205945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6086416650034993282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6827449150157826512_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1819075833214579238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2096614613916377967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -463262943687813560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4038520617868764218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6182804228795845091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6335966962861968837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4430720763766501988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -139115764650734839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3513723483861772086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -359302783422932225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8934656796543511311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6393243378595123107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:11,999 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2433306497008520423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8411242393245067458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4658078530353530578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2437954302001608666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 709680142029634717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1837388270507469914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 422925043454478720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7025124678772043269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6394898411295565411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8805140526870859158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8492690982681285482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5287193343650491738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2090862120695426419_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8621556315993542735_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5036073204679333439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8736138285703917396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1563992888376581550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2458307800018146590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,000 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6039258525133542536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8561434317547578382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2273375058777359062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6256407790699259539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1026950371169308198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3993615244316005205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9109615352398150585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5822833330165593877_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6822670226253549485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7272640004596559596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2064964204671773305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 874975499587421585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5540241339609514891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7730335307123288655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7130681641063860572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3952483480693748820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1686915009092944690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1735834518704927457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,001 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5590606551380870798_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -664602793433663527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -364281754757840938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6785579136397969786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8833066385469194439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3687775428739741858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8085055686301397967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7078769974211216243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8103545577393763747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8547467626393298358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3258325177106508763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8381754956751001433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8565457563509042283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9089296940484063009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7393364014862523152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1073789194869666693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4062971812954462342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4015320917335025395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,002 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5747362045275935848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8435358711444080605_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7547396156618418329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3824999069886012472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3270747399582345933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3135491513862562505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4606894850275210648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2809733013159272971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8419930110070079186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2674147525946827125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7584038894051022228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2784359135731244889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6433295039625286227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1632455652765720916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 631139205117330884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2752605233607798847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3382562411840438454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2265088201279117130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,003 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5927791487972103966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1077605241948561151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3296527871237761287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7598921136610317687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6687571796163217196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3812632363417402346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6683809330224054342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5271998913096942212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1228409682433961390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -756175065173540457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8517109157272342592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8033592154288873800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1999920112197079358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 37686927467100016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -113529691216254702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 357997477974441315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6940720077024199458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4676949533143692913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7653592186777748880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,004 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4014226606167803744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1601702679739458099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5175385764009195870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9059606267413013988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8536582061455481697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2702113436620966804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8144661094396806216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -211428361342319942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4368220538624742812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2325495316621959903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7698209794889852287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6422342398794567263_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8323021561341772882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4442338566389631771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4488067956492881152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1940068577072433522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6509748800312542152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -179392725293001615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8829957737487627953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,005 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5884973150898921508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5928253479531744653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2412764246812073063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1337627614009001947_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4056135184775207365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6068424349294369158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2490939426421408074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3699082916508884435_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6770682808785643339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7598153757816730564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1144667826867142290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5945068067444262057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1009211177437134782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2814644941280202963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2078148806626660847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5831822588595686464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8732131622547453640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4077679409207947574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7745342570710476797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,006 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 340323362337747459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1181962329404348047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2366615342620778312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3702913443476968125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6104812914612526081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8395541545066257341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3356630639299673307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8209004179462668802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4573462260866059360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2192321368332970717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2362116414706271032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3224691323393076983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4698129504487337628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8261606528780579123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3271442633111260894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4418667282543217994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2035111641872803003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2258740116967381117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2693533812879445225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,007 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4131041527710980976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 41331898207118376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -291286836797303149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8174736200219441737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -60069658196710114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -300374385132980256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7532870488475354484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8111174803346709078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5583137603381619194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 284081090367215579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6369478567466507705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3374310620470063017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8481116052672836638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8526651924008357981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3226912789401917545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5958692321754150095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,008 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7674476160759088897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5530085767226625318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1433549530746251021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7276403604906385764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6353576458382640009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2014180666002918492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -182204049529867036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7168513396882440403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1656941839899342968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7642144953839905575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5942239190448161656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8137096212275842490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8959447624009377705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1195247635131853424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4107961340607823387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7516493103240636820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3811845142859495462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,009 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8407451363378994481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8832222021735108858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 491179747774292304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3663561757230974488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6322315794745738001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -902721607072597422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3892117587262150691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6804296863532394426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3655134802432540848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9135121970768806830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4026978566146448881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3788735334207310579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5323965832628279626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5710688974085169786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8377462839088516285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6272273513596337996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2645215456303789231_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5089029038292554007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7476773092306637129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,010 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6035328351373699240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6587644497019800079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2293625160618210368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4070314089587527976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 199577839499755101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9150764651943865549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2392276621308004899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7671520160032512410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8081279538908394657_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8742452914035593538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1630604763392070100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1155402617542400242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7312164661703902006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 44099785106545869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7485950443556278992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,011 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2593436545672718675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 690012477783202238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5050355429778736773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 110765225635519949_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2509206400013403034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6017078815060908424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2013521615203052493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6598042943051763994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1957225661572003120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,012 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3281809982879604388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3405105395786954143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5491947262670751840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 458292059704107108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 450338505463230930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2145449366580152135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2571799481991437954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2677927433679405083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,013 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4561300826054034553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5537196581614401057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4795183681163873826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2375401602101192408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 901184854889794324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8209192800111691615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1583004892247916100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8561296424321804483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4649966894433184471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8338804380608941866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2566116915367331598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5467629545579570677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5316762568053101789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5260652953705837987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7721721202495518137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3933782218456678825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8016576238857738201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8381984676418061097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3936849577453652693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5066148467002052897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4510284132636791031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,015 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5222639444110682751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7095945932200344887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7230783574463630525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8000669930542914892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5399501518932397707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2931428477901643733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6671428236526315617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5704142726957062077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1171086288181188831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4977355562106812434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4817912195811211758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3570251247864077491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4698918722576420530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4282784595305316841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1743787558672777979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3728152087141926812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9080630714424439368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2786322091590169488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4134243710290755899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5058822213602848103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,017 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1518047503164718373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7017825109538450893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2594992316931408685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4405435362288279862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3344815412111266147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6642195978716419555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4719631847337097135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5408404720896184191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5475368470966985075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9131859667910577028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8157168933034075561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,018 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4675608427475617211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5339799989833363595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1174594834757346195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5635264485562331080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 243220037713123585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2934530000265150436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 363851774997539185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3572856749122129709_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8812179061659967376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -567081525513043151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,019 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5050007314351161628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3513614691953762031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1202134098213112011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1029601994577941989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6563138344646223774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9163239209049556283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4405772385204819123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4434902640436610506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3005678083892844554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3630117868787098868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7605444045046570347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,020 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4758841647618721309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5267152416978210108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8714818197883126191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4627579878317969616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1330537192341862414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6351734618426534551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8119065380294172897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -721752432292727253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6951949379233024610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3660608471649550449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,021 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2736007272316938199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2042142141930232800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2464367322307487534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3979622856367198344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2536366441344439923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8063564498680349004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5834817574375489000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4146586410214018408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2962370451694706658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4554248223381773947_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,022 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4246921762385706956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7828002315201807918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6628356562758101624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3925333034273491710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7112470471519141493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7220249486268444387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4254806428512255419_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4066646194384662281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1943269631451580925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4323609153353684143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9107730912296555178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5382032667229868600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 380412071254396532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1060540595100471211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5056992716740168032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8926256895188014963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7168984248876721499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3579626523889591756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6494903812776567630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4204035537026417119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 375941258376724179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5940985809156742175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,024 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2528876352222941812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6601761729452578443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2018228121558313199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5844859989272343793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1835558414575881337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7290512441317795923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 167374575601148824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5097469314719464010_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8375851844383141643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,025 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5123111049656940713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4393565682133191055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2629431930276107531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1212812768517579306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4526581415957212776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7643602972005831992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3317703891218168196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2594991133714726234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1112834853319063701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4752205621432435275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,026 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5369781695902846587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5957827867622675146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2527713751519818276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7951394937585564544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 287750738599417987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7952823464029051408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5210350343898078437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5865119167487426864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9029040612498405663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4637024860632963168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6886248305262577483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,027 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4401317223009862599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7883067327188394573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -551391192364687214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2746100006974160426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6706400175560378053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8802451554943708277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7212023483776918943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6874812720350687269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8515975602064183331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3034389210096821147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,028 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5296302945220596253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3993003352381385529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2171930094584134401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5163098502245153129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7262019149644612922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2391738956980927778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1825773816857167594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5048714436232192617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4050009864134227030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7726516084365396624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7702997357091320610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5804638341629245974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6079442219362106054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6448313329008368878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7677763897654630758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6306992318447770871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,029 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6728843484135404607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9193311979792575914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1620522627231387296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2988882617913287882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -777498858377255029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3306951184146697058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1611241266756412507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8576297676465512245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3563685006208871541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2507067455503612470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7883256524115596020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6254863984188068275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8911816181109689984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1425605169642571955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7888231565672136379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3494074230865263595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1226906860130355295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 541323670942680192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,030 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5106151755843217150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8980852583045373955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3113916950408580018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4394780392965217729_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4758341973076202141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5404099047382257129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 200874382105837193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5253345612257186894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4020506214461846276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8399395906370628437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4201382148550406944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4414134004754032786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6578567081905525834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1544698206033297489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2765223292006304294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 519431347952623136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -35236626494712187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 315871343399420506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1076500721770991711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,031 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3611288991404437173_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3087181094764101751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7983449635656302505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4115768122150895262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7627396719642868196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -858907965339505590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -608313587668131885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8818019379017337724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7348893370219245023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8051356280966525300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3551680556251513557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2857121989803785982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1434658055955948011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4900268030356845738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5195557951670535464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7016245767296705833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -605549171511038905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2796324357124347445_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8313054091343177801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2305924489428597545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,032 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 249029383707703402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6085758629255184434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6045604204608564752_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 529848987500614491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2809026292545978295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3597850082038545444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7818498372294642753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 542462679274031590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7923141122684959302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4511054489358061610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3703027316504896360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5363383576344357360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7449834370509035649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,033 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1199586280631856852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4642914901913912878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8643432261463316461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1459068552273099222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5395243271081792043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 617762901936745447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6504397158995965690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8170124621979466155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7242757548000614713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2154621938164044992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7486105715842447871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1963124083019173030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2751444797093948894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7474158727974145608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8260640783204890980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8659434667629286346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3253014402142008388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3065833978319144516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8111487754317696743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,034 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4915471461740162026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4023612876660296387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1075105661840391813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3832431276754804544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8291144138273099588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1344919808826430382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8212153327816345612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3449149732451282298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 283739996867160558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8859151408837812878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2169125087978560421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3497545957395357866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7339050522924477597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7633845058042606006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3940396756036366714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8639805268089421778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6010999963181218463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7558436116229652956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,035 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -701302175771638871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6394782095095212722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3600761603418472587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1359920230947599382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 646251241734426826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -438864665334075520_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3094409079030727593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2129389573580243370_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3212157100181771356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9048491005732401917_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2484256948915706320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6877203937327487787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -780738626257855994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4667283396859772342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2882698116526041790_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6754236347976067529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6612133005618381182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1222254444218804457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1921658174114903341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,036 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8061662711133716328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9214125474198276171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8444903430307089973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1231961874975819777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3532417278456554663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1802061499130749434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4602691085472043229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8616238847268834591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6327172566792525264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 716576402510937323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8319707939875483046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8660573014074352795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4533070160495110262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6794555514854239925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4475308051800974086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7622186799725491564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -981561085858722209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3328586015178571639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,037 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3753288467440810480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7721924974893066760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5638575193152488403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2429405615219495172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5152695523681706620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3308407959618489171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3226199985557727451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7310775551092891372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2235331626370047671_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4157205254752611440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1268700234774948706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8472982698704152980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3004868959411895125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3086129671865577567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8304851369644970773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -414697829195620754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 953753287759146071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,038 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5391766993869092202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1599473142511671703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -151967707050373082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2467908340161474691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4570485504394176885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2259921323533183662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2341295425252701778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8583084694101045047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -808060633400691908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5854046464482861393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3426415549550358382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 544222194998388850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3847794962606510988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1529631928885345793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2015086383245913742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1447359217384109221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3466935841705763087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2372168282026006873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,039 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -924243779628501452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9219788181500238690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6742659922027145984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6618344600034398165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4871847103300579443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7638271185398935692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 441007530660643027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8420435994030901691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1748892693025390347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5149380997750558256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7832383173693828407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9186400635621400805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5301577218407891286_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,040 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8674088816111194099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1480234462772142230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3837370822348313556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2726376175847524487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2383626657688940716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 815546669140774188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 791525398247600480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8692202053340875489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -539070402051383040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5618249231499845386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5973411145145855145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5919541328579420975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,041 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6508064468236187986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3125612483615528819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -29456731663193516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5809986875792013033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2058227064739169063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8761390862628691629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -618035841948689187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3609196064994472270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8287840784010597466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7975018685569081149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3980433274249418675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6073091508876607575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -30679164363260102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5760334520809347289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6369647498771822721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6986291422244563035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3790983521318812279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1530505474748587158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7345574620745738915_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,042 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1088576304360906774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8610902597991325597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1836880175824252565_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5738605705290086957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2721709502426486140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5136247042755335863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3558796079476650553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5051810751613021618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2234243812764181437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -335467607986795309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 850767135505835716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5868771648395412253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6985914974980527434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2812688632961956591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2852995075602658663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6584052659958091924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2251908575366136740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6574504921161033444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7714008616241714539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,043 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8221293244626686388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4451379847078894385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5324734900651443936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9105491291467500206_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8738770750030998827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8699635856272635467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2534895350016588477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -129295487400492374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6049302975535783683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3216891761840289685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2226814351717499402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1839457972989188524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1068396919840394512_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2307098843548753633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8484820883066131053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2700386463069887287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3787986174087066488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4441175376181610796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1642335546517888531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,044 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8442724808052530784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8308706521218259282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 968962451361499952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 560226073621717087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1198344781815583775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8927799696735535426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4758907976973481021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 610332414289652232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6315682684911979989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6973122345441088152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5763620179049265585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5707246706476584570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6958138639282008921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8589330657741043067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5046569254625408741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2809131421709617861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3440315402726397036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5203014994397806703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5277039702057030952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,045 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9199397709558438288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8607428071200643675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 668628069937911607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4661079616973740646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2810541707392850673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6437911994086306137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8742435142760244518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -702960546828515875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5138601952242685387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3792012713426197424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7123372706602742712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6507463503834131587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5760177739064829937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3149622546303858474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 763619324030816267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8051677605623769483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -911051662120449775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8908683614806495143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,046 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3365950652044295912_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6744909016241722375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8181187689524115117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 361337038928335678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1612604574979413250_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6693645733110828608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4737237736542624325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5421474170441121920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3967910107851484957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8486164568766332551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8575122431338711680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8514717500126468379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4928961774512260072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1200875127177795757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,047 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1508771952467419305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4400249725090257817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9191614796271824016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6307340716109317184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8576647117889320325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5010997380025159547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 239509691872659960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1471587959191905378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8588331893171421686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2984177947886093970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7888924451206415131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6975285280476356239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4607905821187513820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5254914464701283680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5400815801548350036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1170609366023851463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4254911204582614754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8390109131883706803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2624513373183712527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,048 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6136207261883897962_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1868460447765672722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8221027953108116673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4480630814050761606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2110999467256860356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1521375882286828153_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5898049553856141375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1199844878899326142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9085794599373328137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5422600411519940067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3911802747774053372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3219679099512440780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5501260580642116528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8817342056964555197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5121072372885550136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 707151184026918459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8876519724350928544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,049 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6271267736846908588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -689967372837587624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1071503109895251814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5736703549799271553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6839692693857246033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1910348600424904637_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 285465545972998908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4744249595261311159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4709949750305064350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3985426903229723914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 434731540445924336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5866476819179938666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -49937705187473441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7442134526740384565_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6043188516685675973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8122411920960596777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3700875891831441562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7042958752362698125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6496172252961853107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,050 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7581761300820086871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5984510953329530499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3876571783808065595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4213988902290515858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7181305066415420130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6064678976622023674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3307866891092265129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1751810390209056154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3995904554243954086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1400328063478438275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 939327487333149741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6055713762523751330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4179402749198204916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5552733855421898929_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4112052575498419196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8130125729878894990_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2693795978822042734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3567676907094809119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1428987445674870517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,051 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1697154856916947938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -744568042701773830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3660881069162495337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4455906375443315825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6366114981542920363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4766967000575774892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8303754735947934280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8093202947380222791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 963578703858756531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8730541979123773963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8683846594055823655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6164809708148367202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4949936080853672375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -363239387208468011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1189263867344319844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6038035205363432129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,052 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3820798439948727038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:12,054 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:12,054 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:12,054 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:12,054 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,064 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=1013 (was 1042) 2024-05-01 10:57:12,074 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1013 2024-05-01 10:57:12,087 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,094 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,094 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,095 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,095 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-05-01 10:57:12,095 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-05-01 10:57:12,095 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-05-01 10:57:12,095 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,105 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=1005 (was 1013) 2024-05-01 10:57:12,115 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=1004 2024-05-01 10:57:12,125 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,129 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,129 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,130 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=2590720; used bytes=28246016; total bytes=30836736; wasted bytes=2400256; fragmentation bytes=704512; completelyFreeBuckets=5 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 3072; used=0; free=172; total=172; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 5120; used=206; free=0; total=206; wasted bytes=2048; fragmentation bytes=210944, full buckets=2 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 9216; used=171; free=0; total=171; wasted bytes=9216; fragmentation bytes=175104, full buckets=3 2024-05-01 10:57:12,130 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 17408; used=0; free=30; total=30; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:12,131 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 29696; used=0; free=17; total=17; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:12,131 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 33792; used=0; free=15; total=15; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:12,131 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 66560; used=161; free=0; total=161; wasted bytes=1436672; fragmentation bytes=164864, full buckets=23 2024-05-01 10:57:12,131 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 99328; used=150; free=0; total=150; wasted bytes=952320; fragmentation bytes=153600, full buckets=30 2024-05-01 10:57:12,131 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 132096; used=0; free=4; total=4; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-05-01 10:57:12,131 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:12,131 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:12,131 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,131 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:12,141 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=993 (was 1004) 2024-05-01 10:57:12,150 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=992 2024-05-01 10:57:12,160 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,164 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,164 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,165 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,175 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,181 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,191 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,197 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,197 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,198 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,198 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,206 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,206 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:12,206 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:12,206 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:12,216 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=85 (was 79) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=862 (was 992) 2024-05-01 10:57:12,225 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=83, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=862 2024-05-01 10:57:12,235 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,239 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,239 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,240 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,249 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,254 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-05-01 10:57:12,254 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,254 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,255 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,255 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:12,255 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:12,255 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:12,264 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=88 (was 83) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=830 (was 862) 2024-05-01 10:57:12,273 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=87, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=830 2024-05-01 10:57:12,283 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,287 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,288 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,288 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,299 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,308 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-05-01 10:57:12,308 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,309 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,309 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:12,309 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:12,309 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:12,309 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:12,319 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=91 (was 87) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=776 (was 830) 2024-05-01 10:57:12,328 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=91, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=167, AvailableMemoryMB=775 2024-05-01 10:57:12,338 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:12,343 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,343 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,343 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,343 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.log.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-log-dir so I do NOT create it in target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49 2024-05-01 10:57:12,343 INFO [Time-limited test] hbase.HBaseTestingUtility(445): System.getProperty("hadoop.tmp.dir") already set to: /home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/b2580728-ce55-5176-ee7b-1e932eddbd2c/hadoop-tmp-dir so I do NOT create it in target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49 2024-05-01 10:57:12,344 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-05-01 10:57:12,354 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.cache 2024-05-01 10:57:12,354 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:12,354 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:12,354 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:12,354 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7910225193249051923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-05-01 10:57:13,455 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=true; path to write=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.persistence 2024-05-01 10:57:13,455 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:13,455 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:13,455 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:13,469 INFO [Time-limited test] bucket.FileIOEngine(96): Allocating cache 32 MB, on the path:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.cache 2024-05-01 10:57:13,469 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:13,469 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:13,472 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:13,473 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.cache, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/dd413e6c-06c1-b8d6-fabf-49260b1c5e49/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:13,473 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:13,473 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:13,473 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:13,473 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:13,484 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=96 (was 91) - Thread LEAK? -, OpenFileDescriptor=295 (was 294) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=299 (was 299), ProcessCount=168 (was 167) - ProcessCount LEAK? -, AvailableMemoryMB=747 (was 775) 2024-05-01 10:57:13,493 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=299, ProcessCount=168, AvailableMemoryMB=747 2024-05-01 10:57:13,504 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:13,508 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:13,508 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:13,509 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:15,760 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:15,760 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:15,760 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:15,760 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:15,771 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95 (was 95), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 299), ProcessCount=168 (was 168), AvailableMemoryMB=730 (was 747) 2024-05-01 10:57:15,781 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=168, AvailableMemoryMB=730 2024-05-01 10:57:15,791 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,795 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:15,795 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:15,796 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:15,805 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,810 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2024-05-01 10:57:15,810 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:15,811 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:15,811 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,819 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,825 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,831 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:15,831 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:15,831 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:15,831 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:15,842 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99 (was 95) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 275), ProcessCount=168 (was 168), AvailableMemoryMB=594 (was 730) 2024-05-01 10:57:15,851 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=168, AvailableMemoryMB=594 2024-05-01 10:57:15,861 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,866 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:15,866 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:15,867 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:15,867 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:15,867 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:15,867 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:15,867 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:15,878 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99 (was 99), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 275), ProcessCount=168 (was 168), AvailableMemoryMB=568 (was 594) 2024-05-01 10:57:15,887 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=275, ProcessCount=168, AvailableMemoryMB=568 2024-05-01 10:57:15,897 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-05-01 10:57:15,901 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-05-01 10:57:15,902 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-05-01 10:57:15,904 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-05-01 10:57:15,904 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-05-01 10:57:15,904 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-05-01 10:57:15,904 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-05-01 10:57:15,904 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-05-01 10:57:15,914 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99 (was 99), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=275 (was 275), ProcessCount=168 (was 168), AvailableMemoryMB=547 (was 568)