2024-04-09 04:55:37,204 INFO [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache timeout: 26 mins 2024-04-09 04:55:37,428 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e 2024-04-09 04:55:37,480 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=200, ProcessCount=167, AvailableMemoryMB=11964 2024-04-09 04:55:37,508 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:37,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-04-09 04:55:37,528 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-04-09 04:55:37,530 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-04-09 04:55:37,533 DEBUG [Time-limited test] util.ClassSize(228): Using Unsafe to estimate memory layout 2024-04-09 04:55:38,589 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:38,589 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:38,589 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:38,589 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:38,604 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10 (was 10), OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=200 (was 200), ProcessCount=167 (was 167), AvailableMemoryMB=11392 (was 11964) 2024-04-09 04:55:38,613 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=200, ProcessCount=167, AvailableMemoryMB=11391 2024-04-09 04:55:38,620 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,630 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-04-09 04:55:38,630 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-04-09 04:55:38,632 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-04-09 04:55:38,639 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-04-09 04:55:38,640 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:38,640 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:38,640 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:38,640 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:38,650 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=11 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-0 java.lang.System.arraycopy(Native Method) java.nio.HeapByteBuffer.put(HeapByteBuffer.java:195) java.nio.ByteBuffer.put(ByteBuffer.java:867) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeHeader(AbstractStreamEncoder.java:93) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeHeader(AbstractStreamEncoder.java:76) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encode(AbstractStreamEncoder.java:144) org.apache.maven.surefire.booter.spi.EventChannelEncoder.encodeMessage(EventChannelEncoder.java:378) org.apache.maven.surefire.booter.spi.EventChannelEncoder.setOutErr(EventChannelEncoder.java:172) 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=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=200 (was 200), ProcessCount=167 (was 167), AvailableMemoryMB=11361 (was 11391) 2024-04-09 04:55:38,659 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=200, ProcessCount=167, AvailableMemoryMB=11361 2024-04-09 04:55:38,667 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,677 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-04-09 04:55:38,677 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-04-09 04:55:38,678 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-04-09 04:55:38,698 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,705 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,713 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-04-09 04:55:38,713 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-04-09 04:55:38,714 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-04-09 04:55:38,714 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,723 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,730 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:38,730 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:38,730 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:38,730 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:38,740 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=14 (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-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: 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 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=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=200 (was 200), ProcessCount=167 (was 167), AvailableMemoryMB=11201 (was 11361) 2024-04-09 04:55:38,750 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=14, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=200, ProcessCount=167, AvailableMemoryMB=11200 2024-04-09 04:55:38,755 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:38,763 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-04-09 04:55:38,763 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-04-09 04:55:38,765 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-04-09 04:55:38,859 WARN [Time-limited test] util.NativeCodeLoader(62): Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2024-04-09 04:55:39,196 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:39,210 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/bucketNoRecycler.cache 2024-04-09 04:55:39,211 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-04-09 04:55:39,211 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-04-09 04:55:39,211 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:39,352 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/bucketNoRecycler.persistence 2024-04-09 04:55:39,352 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:39,512 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/bucketNoRecycler.cache 2024-04-09 04:55:39,513 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-04-09 04:55:39,513 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-04-09 04:55:39,577 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-04-09 04:55:39,579 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:39,592 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:39,592 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:39,592 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:39,592 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:39,601 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=19 (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=291 (was 290) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=200 (was 200), ProcessCount=167 (was 167), AvailableMemoryMB=11317 (was 11200) - AvailableMemoryMB LEAK? - 2024-04-09 04:55:39,610 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=200, ProcessCount=167, AvailableMemoryMB=11316 2024-04-09 04:55:39,624 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:39,631 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-04-09 04:55:39,632 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-04-09 04:55:39,633 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-04-09 04:55:40,698 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-04-09 04:55:41,799 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-04-09 04:55:42,900 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:42,900 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:42,900 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:42,900 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:42,910 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19 (was 19), OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 200), ProcessCount=167 (was 167), AvailableMemoryMB=11282 (was 11316) 2024-04-09 04:55:42,920 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=11281 2024-04-09 04:55:42,931 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:42,937 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-04-09 04:55:42,938 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-04-09 04:55:42,938 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-04-09 04:55:43,408 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-04-09 04:55:43,408 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:43,409 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:43,409 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:43,408 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:43,420 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=20 (was 19) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=11239 (was 11281) 2024-04-09 04:55:43,429 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=11239 2024-04-09 04:55:43,441 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,451 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-04-09 04:55:43,452 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-04-09 04:55:43,454 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-04-09 04:55:43,465 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,476 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,495 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-04-09 04:55:43,497 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-04-09 04:55:43,498 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-04-09 04:55:43,499 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,512 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-04-09 04:55:43,514 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-04-09 04:55:43,515 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-04-09 04:55:43,515 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,527 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-04-09 04:55:43,527 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-04-09 04:55:43,530 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-04-09 04:55:43,530 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:43,530 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:43,530 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:43,530 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:43,542 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=32 (was 19) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=11071 (was 11239) 2024-04-09 04:55:43,551 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=31, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=11070 2024-04-09 04:55:43,564 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:43,572 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-04-09 04:55:43,573 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-04-09 04:55:43,573 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-04-09 04:55:43,584 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir so I do NOT create it in target/test-data/ae665c21-89a4-4834-a399-ba44c83a7031 2024-04-09 04:55:43,585 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir Erasing configuration value by system value. 2024-04-09 04:55:43,585 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir so I do NOT create it in target/test-data/ae665c21-89a4-4834-a399-ba44c83a7031 2024-04-09 04:55:43,585 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir Erasing configuration value by system value. 2024-04-09 04:55:43,585 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/ae665c21-89a4-4834-a399-ba44c83a7031 2024-04-09 04:55:43,585 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:43,597 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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.cache 2024-04-09 04:55:43,598 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-04-09 04:55:43,598 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-04-09 04:55:43,598 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/ae665c21-89a4-4834-a399-ba44c83a7031/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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:43,599 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4699906270100259144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:44,700 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:44,700 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:44,700 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:44,700 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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.persistence 2024-04-09 04:55:44,715 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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.cache 2024-04-09 04:55:44,715 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-04-09 04:55:44,716 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-04-09 04:55:44,718 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-04-09 04:55:44,719 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/ae665c21-89a4-4834-a399-ba44c83a7031/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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:44,719 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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.persistence 2024-04-09 04:55:44,719 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:44,719 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:44,719 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:44,735 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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.cache 2024-04-09 04:55:44,735 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-04-09 04:55:44,737 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-04-09 04:55:44,742 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-04-09 04:55:44,742 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-04-09 04:55:44,742 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/ae665c21-89a4-4834-a399-ba44c83a7031/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/ae665c21-89a4-4834-a399-ba44c83a7031/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:44,743 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:44,743 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:44,743 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:44,743 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:44,754 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 31) - Thread LEAK? -, OpenFileDescriptor=292 (was 291) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=11022 (was 11070) 2024-04-09 04:55:44,763 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=11021 2024-04-09 04:55:44,774 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:44,780 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-04-09 04:55:44,781 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-04-09 04:55:44,781 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-04-09 04:55:45,130 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-04-09 04:55:45,144 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.88 MB, memory=0 B 2024-04-09 04:55:45,145 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-04-09 04:55:45,147 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.66 MB, memory=0 B 2024-04-09 04:55:45,149 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-04-09 04:55:45,151 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.05 MB, memory=0 B 2024-04-09 04:55:45,152 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-04-09 04:55:45,154 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.83 MB, memory=0 B 2024-04-09 04:55:45,154 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-04-09 04:55:45,156 DEBUG [Time-limited test-BucketCacheWriter-0] 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-04-09 04:55:45,175 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-04-09 04:55:45,177 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.20 MB, memory=0 B 2024-04-09 04:55:45,177 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-04-09 04:55:45,180 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.98 MB, memory=0 B 2024-04-09 04:55:45,180 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-04-09 04:55:45,181 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.76 MB, memory=0 B 2024-04-09 04:55:45,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7163606527582657490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2201067451777008450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7959082258055485538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1567642949488083691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2620300903937586282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7507638724261381570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1814219455017155411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4970091761231945011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7376202444194557218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5160314381381387016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8037926033385093188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4639568077969954667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6334318501197421629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7697600892114793471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8524457390699333098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7363306478385804518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8093133744994479497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8221004599009472767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 199077665382752619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2006083650712473736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5842754797247946006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7052534726103848731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8456091266508937168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3231691770133416871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8937271813281377449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7830536656161702236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7366587930699780836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2687608605980826274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6633365523068796146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7585340820179242003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6946683818091863554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7993498854301673694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2743976577596684164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9070220329410754806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8880820110052627042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8417732288389358832_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 950203063925964716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4899350766467286080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8708943709615623057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5204107830516058953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8895464804177270147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5122288573367942344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2132698494900407263_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6063595848343843347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4816906373182016518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3074726312972854240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1327856408922355504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2970255652642635728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5624946124343376133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8443949152796510283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8378195486766950438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -544805021149222758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -559470291523291197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7399192853748935690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7457476411613432442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6362701068288652496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4819225028864533289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6841672605465012926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4418203720105626676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -430289659211384199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3802304453892087146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3987885461876521496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4631379280069834968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3316620413428016746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5917978192743511458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5117770945777403688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5679422326634490211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1550477967612154595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 309587751053194338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7548129932543573425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 138926426261569123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6589693831061183357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7323297849406401362_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4132834230024862581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4377900826496294394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8789939344865426698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8995632076643898052_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2802843563939449666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7452220981715633113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1352335834973671615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3761588737761521611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5411639711645241891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2641421678359416895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8315330438130627500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3996347425559301332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5720958368527021056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3349269519491934259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6169502292744969666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8796271233495211552_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6344482717203334908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 612717110234657617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4754006956157713323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2244869023484966973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 192859271633127491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4172932778261740320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5416552212410413851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6114099713044882521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5422174215041507571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,204 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8612075636284310257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9133122321990167297_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3775252035468094063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2292001026814431494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4058643732978216074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7405392178545423449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2274037345872210358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2179992947209280736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,205 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1752142244361390868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1300571543757644827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4146998987077513627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3005903299390127932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 744510321081857586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6383169658769462980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1346542054741950208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3574499949788676434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8237540674806510428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7423380818086904214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,206 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8931187222051129473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1544166674875797386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 932196454353384026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6711233269643334853_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 551573904745591580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8606197088756176202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6848925600724384814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6017932225504486447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5746429303945968574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8053753866922045119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8582564377428605399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,207 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1035948335509286447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2460752317007391098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3784560692673295611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6123859303845714138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2677691469217988589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4024571109835524316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5115834869969777321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5932573059316177856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7254691726189028447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7606706222663968153_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1299440331477644981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,208 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2193924675224524850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6531786878852908074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3888950248645813149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2550006323251076239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3915352041190276626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5554262312577932096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 978733925320467380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7514684890300182733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4558372883394378949_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4507802401717598030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3474148804292088233_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2371996397557807873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,209 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2454090170427728892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1964657099626346955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7051111561403543080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3047196446288785894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6972562692480119823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5391668367419876386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -867700345275261093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 779177843295327253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8394755348305847731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 293061700132666946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8962127521623051835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8783880983336915003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,210 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1112412318295425422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 592722047684600454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1296900097217206267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2196464691692814328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6810927461150512384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1501540954908135980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2449049132242566770_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4407129873893277105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1683748819877528773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8291337853719137503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1126883165048287989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1401807572308065847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,211 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5665622662643615414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5865764566378990259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6822334392801167615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1741902459873478668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8048528805826977217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7326596597764788599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5314461378747793311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5700097463279640314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6533570020353329104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 762041840422513688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7809938533064611043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,212 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8682074609513047745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2175329892463048301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3311296710974998483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6910715713922841957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5174399691033572524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5311088210173229644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6650136379822548845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -672029562874538536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5761885766222404241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1542603779082850744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4384271739364257058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,213 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -876136935848659886_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8974383080495414588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1030631078641966837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3663619200030844792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5150741480772816422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1332394957575173845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8225817307232197049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2695515746087698905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1788456845914780562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8053276942434263211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1449897003418092704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4179187029313622007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,214 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -259920648752957344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3747058875796885435_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5397060902673773121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8757471579093520460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 535402115146734804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9091101623627853872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4181730895349130042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5864380859946409507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6508119635412236022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4260469762653684022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1569025655301364391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1463903142384882914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,215 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2578480513021034147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6939731767760338407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7909209891922612223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6253991705543216758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8184908823208805358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8613460092184013940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1768978158877654506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6129832959985868718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5313027810108081459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5364578174895423012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1814944621559368457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3820844880486124503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,216 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8750292564063331396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6277972296879444379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3290014385259653964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5431618314271288527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2804639184161649004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -389569588811871208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3599477001270704322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,217 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7857507823658982048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1590790315831117943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1442559879436883169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3350251123220170258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6207398963241271128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7402704890313406098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3323448027065439608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2152823331486541985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5418809068339688470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5828425350004150518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7065231970730302975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5308403254747449652_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,218 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2098310333277205558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6145371154267378847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 387339342075736030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8325517776248956819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8627171807501237008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1506368010616216450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6009454941004174421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8415992449985171978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1106139451789809258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1192091636294744632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3976867043473827789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8327244348119212068_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2970867545421780285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,219 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8592733862775923563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4606316129359064279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6979631380821512879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8666023421742903797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8576596830202616222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4853782258559159427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5434750687700646629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3611182193536518428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8585483910773314081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6801103833229052789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 883773552913804405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -807008564641475159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7687705700058687523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8856205775360328016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,220 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4240772908767498431_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4740481369116187928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8890132629605388728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8701991002498045139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8780139810450059980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4212862621879777071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1226511339114024466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5770822086630385408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1706976921809428700_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2345002124043273627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,221 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1037843056086901633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:45,225 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:45,225 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:45,225 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:45,226 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,236 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10991 (was 11021) 2024-04-09 04:55:45,246 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10991 2024-04-09 04:55:45,259 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,266 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-04-09 04:55:45,266 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-04-09 04:55:45,267 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-04-09 04:55:45,267 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-04-09 04:55:45,267 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-04-09 04:55:45,267 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-04-09 04:55:45,268 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,277 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10959 (was 10991) 2024-04-09 04:55:45,287 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10959 2024-04-09 04:55:45,298 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,304 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-04-09 04:55:45,304 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-04-09 04:55:45,305 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-04-09 04:55:45,310 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-04-09 04:55:45,310 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-04-09 04:55:45,310 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-04-09 04:55:45,310 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-04-09 04:55:45,310 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-04-09 04:55:45,310 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,311 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-04-09 04:55:45,312 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-04-09 04:55:45,314 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,314 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:45,314 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:45,314 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:45,328 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=37 (was 35) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10927 (was 10959) 2024-04-09 04:55:45,338 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10926 2024-04-09 04:55:45,349 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,358 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-04-09 04:55:45,358 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-04-09 04:55:45,358 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-04-09 04:55:45,369 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,378 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,388 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,399 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-04-09 04:55:45,399 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-04-09 04:55:45,401 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-04-09 04:55:45,402 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,412 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:45,412 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:45,412 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:45,412 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,423 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=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10767 (was 10926) 2024-04-09 04:55:45,432 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=39, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10767 2024-04-09 04:55:45,443 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,449 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-04-09 04:55:45,449 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-04-09 04:55:45,450 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-04-09 04:55:45,460 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,469 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-04-09 04:55:45,469 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-04-09 04:55:45,470 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-04-09 04:55:45,470 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:45,470 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:45,470 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:45,470 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,480 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=43 (was 39) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10702 (was 10767) 2024-04-09 04:55:45,489 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=43, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10702 2024-04-09 04:55:45,500 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,505 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-04-09 04:55:45,505 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-04-09 04:55:45,506 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-04-09 04:55:45,516 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,521 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-04-09 04:55:45,521 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-04-09 04:55:45,521 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-04-09 04:55:45,521 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:45,521 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:45,522 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:45,521 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:45,532 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=48 (was 43) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10647 (was 10702) 2024-04-09 04:55:45,541 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=47, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10646 2024-04-09 04:55:45,552 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:45,558 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-04-09 04:55:45,559 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-04-09 04:55:45,559 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-04-09 04:55:45,560 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir so I do NOT create it in target/test-data/ae93bb8f-32eb-d247-aa6d-46504ad71cf0 2024-04-09 04:55:45,560 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir so I do NOT create it in target/test-data/ae93bb8f-32eb-d247-aa6d-46504ad71cf0 2024-04-09 04:55:45,560 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:45,571 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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/bucketNoRecycler.cache 2024-04-09 04:55:45,571 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-04-09 04:55:45,571 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-04-09 04:55:45,571 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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:45,572 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 552537020250245787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:46,672 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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/bucketNoRecycler.persistence 2024-04-09 04:55:46,672 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:46,672 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:46,672 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:46,686 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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/bucketNoRecycler.cache 2024-04-09 04:55:46,686 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-04-09 04:55:46,686 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-04-09 04:55:46,689 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-04-09 04:55:46,689 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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/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/ae93bb8f-32eb-d247-aa6d-46504ad71cf0/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:46,690 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:46,690 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:46,690 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:46,690 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:46,700 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=293 (was 292) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=185 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10610 (was 10646) 2024-04-09 04:55:46,710 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=185, ProcessCount=167, AvailableMemoryMB=10610 2024-04-09 04:55:46,721 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:46,727 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-04-09 04:55:46,728 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-04-09 04:55:46,729 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-04-09 04:55:48,981 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:48,982 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:48,981 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:48,981 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:48,991 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=51 (was 51), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 185), ProcessCount=167 (was 167), AvailableMemoryMB=10577 (was 10610) 2024-04-09 04:55:49,000 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10576 2024-04-09 04:55:49,011 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,017 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-04-09 04:55:49,018 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-04-09 04:55:49,018 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-04-09 04:55:49,037 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,045 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-04-09 04:55:49,046 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-04-09 04:55:49,047 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-04-09 04:55:49,047 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,055 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,063 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,069 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:49,069 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:49,069 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:49,069 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:49,080 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=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10425 (was 10576) 2024-04-09 04:55:49,089 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10425 2024-04-09 04:55:49,099 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,104 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-04-09 04:55:49,104 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-04-09 04:55:49,105 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-04-09 04:55:49,105 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:49,105 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:49,105 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:49,105 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:49,115 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10392 (was 10425) 2024-04-09 04:55:49,123 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10392 2024-04-09 04:55:49,135 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,141 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-04-09 04:55:49,141 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-04-09 04:55:49,141 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-04-09 04:55:49,142 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:49,142 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:49,142 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:49,142 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:49,151 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10361 (was 10392) 2024-04-09 04:55:49,161 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10361 2024-04-09 04:55:49,171 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:49,179 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-04-09 04:55:49,179 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-04-09 04:55:49,179 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-04-09 04:55:51,500 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:51,501 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:51,500 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:51,500 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:51,511 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=56 (was 55) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10265 (was 10361) 2024-04-09 04:55:51,520 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10265 2024-04-09 04:55:51,530 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,534 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-04-09 04:55:51,534 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-04-09 04:55:51,535 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-04-09 04:55:51,539 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-04-09 04:55:51,539 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:51,539 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:51,539 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:51,539 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:51,550 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=55 (was 55), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10262 (was 10265) 2024-04-09 04:55:51,559 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10262 2024-04-09 04:55:51,570 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,572 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-04-09 04:55:51,572 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-04-09 04:55:51,572 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-04-09 04:55:51,582 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,587 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,592 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-04-09 04:55:51,592 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-04-09 04:55:51,592 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-04-09 04:55:51,593 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,600 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,605 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:51,605 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:51,605 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:51,605 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:51,615 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=59 (was 55) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10229 (was 10262) 2024-04-09 04:55:51,624 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=59, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10229 2024-04-09 04:55:51,635 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,638 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-04-09 04:55:51,638 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-04-09 04:55:51,639 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-04-09 04:55:51,639 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir so I do NOT create it in target/test-data/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d 2024-04-09 04:55:51,639 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir so I do NOT create it in target/test-data/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d 2024-04-09 04:55:51,640 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:51,650 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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/bucketNoRecycler.cache 2024-04-09 04:55:51,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-04-09 04:55:51,651 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-04-09 04:55:51,653 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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:51,769 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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/bucketNoRecycler.persistence 2024-04-09 04:55:51,769 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:51,783 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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/bucketNoRecycler.cache 2024-04-09 04:55:51,783 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-04-09 04:55:51,783 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-04-09 04:55:51,786 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-04-09 04:55:51,787 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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/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/d3a0dfb8-deb3-667f-7a75-12ef3cc0f91d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:51,787 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:51,787 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:51,787 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:51,787 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:51,797 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63 (was 59) - Thread LEAK? -, OpenFileDescriptor=294 (was 293) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=170 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10224 (was 10229) 2024-04-09 04:55:51,806 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=170, ProcessCount=167, AvailableMemoryMB=10224 2024-04-09 04:55:51,817 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:51,821 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-04-09 04:55:51,822 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-04-09 04:55:51,822 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-04-09 04:55:52,922 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-04-09 04:55:54,023 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-04-09 04:55:55,124 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:55,124 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:55,124 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:55,124 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:55,134 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63 (was 63), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=156 (was 170), ProcessCount=167 (was 167), AvailableMemoryMB=10211 (was 10224) 2024-04-09 04:55:55,143 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=156, ProcessCount=167, AvailableMemoryMB=10210 2024-04-09 04:55:55,154 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,156 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-04-09 04:55:55,156 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-04-09 04:55:55,157 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-04-09 04:55:55,158 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-04-09 04:55:55,158 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:55,158 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:55,158 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:55,158 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:55,167 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63 (was 63), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=156 (was 156), ProcessCount=167 (was 167), AvailableMemoryMB=10210 (was 10210) 2024-04-09 04:55:55,176 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=156, ProcessCount=167, AvailableMemoryMB=10210 2024-04-09 04:55:55,187 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,188 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-04-09 04:55:55,189 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-04-09 04:55:55,189 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-04-09 04:55:55,199 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,203 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,209 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-04-09 04:55:55,210 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-04-09 04:55:55,216 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-04-09 04:55:55,217 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,222 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-04-09 04:55:55,222 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-04-09 04:55:55,225 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-04-09 04:55:55,226 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,234 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-04-09 04:55:55,234 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-04-09 04:55:55,235 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-04-09 04:55:55,235 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:55,235 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:55,235 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:55,235 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:55,245 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=75 (was 63) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=156 (was 156), ProcessCount=167 (was 167), AvailableMemoryMB=10112 (was 10210) 2024-04-09 04:55:55,254 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=75, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=156, ProcessCount=167, AvailableMemoryMB=10111 2024-04-09 04:55:55,264 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:55,268 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-04-09 04:55:55,268 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-04-09 04:55:55,269 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-04-09 04:55:55,279 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir so I do NOT create it in target/test-data/226b86c2-4b2d-f64b-6da5-9cda07091d7b 2024-04-09 04:55:55,279 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir Erasing configuration value by system value. 2024-04-09 04:55:55,279 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir so I do NOT create it in target/test-data/226b86c2-4b2d-f64b-6da5-9cda07091d7b 2024-04-09 04:55:55,279 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir Erasing configuration value by system value. 2024-04-09 04:55:55,279 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b 2024-04-09 04:55:55,279 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:55,289 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.cache 2024-04-09 04:55:55,289 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-04-09 04:55:55,290 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-04-09 04:55:55,290 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:55,290 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2069202377935875444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,391 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.persistence 2024-04-09 04:55:56,391 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:56,391 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:56,391 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:56,405 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.cache 2024-04-09 04:55:56,405 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-04-09 04:55:56,405 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-04-09 04:55:56,407 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-04-09 04:55:56,408 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:56,408 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:56,408 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:56,408 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:56,408 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.persistence 2024-04-09 04:55:56,421 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.cache 2024-04-09 04:55:56,421 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-04-09 04:55:56,422 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-04-09 04:55:56,425 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-04-09 04:55:56,425 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-04-09 04:55:56,425 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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/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/226b86c2-4b2d-f64b-6da5-9cda07091d7b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:56,426 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:56,426 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:56,426 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:56,426 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:56,436 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79 (was 75) - Thread LEAK? -, OpenFileDescriptor=295 (was 294) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=156 (was 156), ProcessCount=167 (was 167), AvailableMemoryMB=10092 (was 10111) 2024-04-09 04:55:56,445 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=156, ProcessCount=167, AvailableMemoryMB=10092 2024-04-09 04:55:56,456 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:56,460 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-04-09 04:55:56,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-04-09 04:55:56,461 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-04-09 04:55:56,787 ERROR [Time-limited test-BucketCacheWriter-0] 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-04-09 04:55:56,789 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) #4: 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:140) 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-04-09 04:55:56,800 DEBUG [Time-limited test-BucketCacheWriter-2] 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-04-09 04:55:56,811 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=3.28 MB, total=31.75 MB, single=0 B, multi=15.25 MB, memory=0 B 2024-04-09 04:55:56,884 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8887268430318864843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,884 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6803959374548935185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,884 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7936914049691656806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,884 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6263185072118850379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,884 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8186458171943328509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4513534258296795521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8743327840271105124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5033316503521889140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5346331717379231976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7149370711598947349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1863037734243063289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2788116068425836910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5631204943523550663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5275084872101481357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8810868055671843816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7436075546928228564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5490270557087395921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2864552404521181583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5870446083034649151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,885 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8631755844704747924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4127442742730591973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9029865183956488941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5188882223920631540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3030239905981593904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7710969075848485730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2658865076507930842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6501739017872457475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8026693963649661071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5986149115997075934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7685445894331571051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -119035476775314861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2609461650440032770_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1002461780262125436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7751581607794161026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1048860547582367116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,886 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6687728896457187568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5356289269641912678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5805906610900647152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1971225166693766685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4073970383040325258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1693857385012906459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3845736391249457782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8146170838183510874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6574439666615172337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6534274670906093180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1250235338855381441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8094371843634275837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3008156212112155980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1096520494795860132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1686273255688469485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7798377267439071829_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,887 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6865078645839192003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7853333247866445927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1826435594861741258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5164238488326786466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8201659285218652777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3480199505409536096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2616071091967801661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7182405246978056175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2367734959376187704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3361905749058469915_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7982060698699430687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3517413576911360326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8424306455447850507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7710723610884089043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5738041687873112874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1459856533874509880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,888 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3119315234998714498_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -361961649078900487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7606216554727854593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1714745081662294041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3997376984532038501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3346499035836826198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1736049495704318324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1113590625392589264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -682458781398697381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4053745034830805204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7160676635840716228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1319037504286436934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7408417570327487107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6747281397398667634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5132647366695742996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6606559736714730134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,889 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9078376893644047967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3436934219031167139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6834223336148642635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3431002282446009660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 33642838767513229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5090231273213186360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4242586890870400206_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2738885271333002352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6397118116060851372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8204799623183882821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 588864989539263493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5530706729907697181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7835012313169269515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1490780636676171973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6337360148344131102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -500837033016775857_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,890 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2160538374743097786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3296162413725340583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6598053611332561548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2980443408227274950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 645464669700537812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3094948439285768123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7655167765530177714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2172020240263052777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4482129494762587011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3893409395266888050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3206902779464043086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -679268187551787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 459822657922680763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3170200252378168420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4738993539476173666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5028819675824085266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,891 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5600173694374991562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3000474457099663326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3219345765730523305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 264191920238702098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 839370725442471474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7183764875539613556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1563077205901750123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4411947805740484014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5057867413842205751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3728730516306476902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1392529524138510913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7140553609061707140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6280532179480172506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7577651296056572725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8786480979537814817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8558838178762628178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,892 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2590335890267902045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1604933452446220648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3128298913849978441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8613284122651038990_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1858241586943820035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2138510681016935557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 604247044271786566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7180161941374673318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3696260628794434503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6605509927923884663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4138725496575213547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -624404812681103833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8087949182498490338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8861748539447201891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1860360067757439471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8676957350088339013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2820724776024416225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6000591887231098621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 147599475712315091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3482317693169901658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4868975945179573624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1435449887639307945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,894 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1074830577174527601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8597490052108271890_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3382804060995486531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2552635850263128293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2194860640966133685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3302784300343283962_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2805713903099152384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3103759181792533169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4382625333743650261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2367697283077549956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3456594602488018219_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8755364231346681018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -387570781664099552_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1566157659658955450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4904545731470179193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,895 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8093173624727672350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8302331414551559394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5405286868971886815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5708793394214574905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7232220404698478087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3326908988431855123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1670818671348889321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1603680809744085893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -489190350192927878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5340556537497537266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1741642736586273913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6485012069220544848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1563236370008005567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,896 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7058151789517851825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1493592016596364278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7739860309645660726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7604350685971834442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7917198043927232307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6208282173845770582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7654016734953089817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6374402355337535425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6749957135992902652_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 652469147184416150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8689340750424366392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6056509263882261001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6381049122200166434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9008248886635174791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3291480152870120891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5727489002666715721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2309126072283936373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1666274634453432954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,897 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2203412403832988260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5806416124097998642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6739862806565654372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4705794177462864707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7949465096277644894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8512826625366198618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6032001385393038768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -806410269619632456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7933533993572731747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1922828270290692614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 863292768940151936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2875119934163375094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5785630343195670407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,898 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -830964454946627438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9156261813712581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6057731059895599199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7332615169936320900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5302430251884948941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3008075153184391740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8192935948856610749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9221142843383277145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2347399816237206736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8893903246512952121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3967296466388347891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8469235647846038026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2552248339377046013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8184923094836278542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8544893838788761921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,899 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3939871911281270165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2417287347201192872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3770200168757161783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5151258984300433760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6366479656944265197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2727873096406680488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6034140960775541442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -796582768362542931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2057454915585057495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6085039262733151890_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2189399627591789451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3833785645062730128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7255935972115898448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8874629364263781376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4653277849633225030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1545949596223324126_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4827014267890419473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,900 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2341361337688857442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8212307816789456849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5486207483422763988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 201655144477534344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8716438117452652342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5668253070593831110_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4482988139547959459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5376654470274411937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2624174811474395505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2116999936585712006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3309186899408377655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2915876294788694719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 592435844051702730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9061687721699230333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6023504386313235846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -542832455411555007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7383489506035695256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4018127900921598873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,901 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8856297725067516585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -901999401466791069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2827619433857737533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7978154558248000755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7655305449691556841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7248426372097738631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8479164930209338201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8598532998808143276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1355291173410228315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3417812583522208645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8079050652722171270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 940852285457388283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8211292761090834695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5519372849115847902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8672786780621037848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5838805558390869495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4800547647457178573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,902 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3497908401798879436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4090130596614311968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 851541656767446557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6710789989462536271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2220885625828063054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4056441617790493023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4634842996138227558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2746182528696653907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5221470669985033967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2808560375761859865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7192718345871106629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3568985758126505850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5741317715979524253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6574444646898571999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,903 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5851087352184893326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6424956223771733525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4848876681947389519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7020621935356080694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6554392232874875525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8537610573578429642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8733094970814658453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6401787068774187984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5973995334006208873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2834949066257756684_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1361422223065273714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3466504295271195407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7501607553913672210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7202682539549999045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5017768911541231888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2635907562039422615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6411599533852849956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,904 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1989189706042797531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3004595993506289323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8890571959189389439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3134445572986998127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2631765149017832471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6303189877099814699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7971895490770890157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1226966533224261707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -42089108405963280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5999411241410488823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2968960752351685058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8039497971769511999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7238449022054124930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1106234446524391472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5837153684027386327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4381451921975563550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8621448552408635428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9065134155929739659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,905 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4446338368405530543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4622147575366636401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5873894500624167154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8335752355306236667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1560868448530369992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4941780373130971008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6117155991675784918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1593147945045288703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3925971816375970134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8395378875291601021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8015964107323196882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2521013092424729116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8801969364138348826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3178356054028737988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8459258804808283791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1541636186292034369_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 226870941992870342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,906 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4681087104022008361_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5426394488648910303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3096311365916011494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2153476002029976108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5363569551006879059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2405627389602563521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3361498457627131337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6492850439473802950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7271029559991625737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8001431476359360535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1703520210635656542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5668231716655747260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7467283473405423495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7728842686373908711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3269798865382736187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7262252305349743774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4742053330776195331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5662658429116740762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,907 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7266097319746618456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2587011136390279395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2300962010294378919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2892189191524185984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8148086656744433427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2361017181543713464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8486748788206850649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6476808514819154840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7626843619894331695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7445829799469118575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6885487536682598456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3413540908883206586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7999266323087957563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1997705247116949298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2517117158714580395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8300034426574444401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4439987581529432145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,908 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 109851527517293805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8461139913017723409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -29663817972695264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7962744683206559732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5096790755134765187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6528969605145984170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6658571452759938851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1123317186809484493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8606932730269511228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5585100525089989551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1157523154344035188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -138841955619086908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 528585776157526363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1634565366591470374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5737773315736307360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1902594436173264322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8076655858128291695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1780601096024096924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,909 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 188554566525810502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4905407516484423567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5919448583919784572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6204292762388668208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3655566122138393297_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8067058991404410756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2643068954774915274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2148722005673386142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2532602248169474295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8767861244045476794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5886549346066575468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3153254169975498544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5762351639541408957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5772249160737216767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6729256169411602629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -922757699128209301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1309052332601247590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,910 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5766497763292280381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8106627452409875499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2491943302661302913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3338957715014072067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7147582863964939553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2337512075797785376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7454937777027490005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5233230476597280611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6379639456384703824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5707126371883085147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2361728589681874266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5028588392877105509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4068846905764063130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5375174836802702689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4104838667350700780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2250584027764027761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6892677611731919599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,911 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2535964328849896323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2178600485458236515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8653930587518178303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6393361519946618484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8634576895368598734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1947916244350922535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1361335835740140823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4363349959265676858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5436699611650063060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5664728100161026927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7383849326033395974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5634253241986316179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2811429928109297222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4652321328958672230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1681069132664248607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4839135487526755264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4556299792475597332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,912 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8336128584020865437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4063762127659941966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3228453891762467655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6377433926659857240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5312003915492250755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 591126136826333510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3226184232275144647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8075738430335164008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2871308041474416376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,913 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5059373321984867701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -978851266092080656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -564042142506594018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7098345253372596170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8001694039193380444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 660685101152940316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6180098214084748149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -342810939595394251_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -511112425114751801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5778899204140258742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7453748014656163096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7751592433724795229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5859753322881557308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5769923015165842331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -116257740383793895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8381874630095743432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7111550324610308414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2329941919781633772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,914 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4921925412316450024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4902456059979914591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5594901763297703541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7306366287748193127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3815529008664252465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4578626769698557347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2210457732141963746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4752546790936123603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4100166606574430495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6312733228217284436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7773082784026657729_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1357963667288359871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6750847450338514062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -273964096518310451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4769769539331117515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6157838679173485152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8765443389967073455_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8127507398850389429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,915 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7468050013995924399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 849319946654458983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1620081529116932303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6585318751646180405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7559131038168574526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3535958458268172302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5882949428783721629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5032745248734785530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1431209006831968563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -380773178374627563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5378716006709659403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3898812185654962633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -347079583051674383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -401470957057248210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3674275627089890525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2387876744766224406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 714899358439746187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,916 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 68279254877666299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2418755327475403557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5338473185347038510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1336039204385371533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3004207693725513406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2246112139671424722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3766454154815823530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 365435898988212444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2263878102175081619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8841564668749627443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5602865507475680852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3510560285657176539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1699078841812168994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7374480148326881220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -922569568742911269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7636384460530508942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,917 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2580045051415587727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7366566463990347495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7178209438989421464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9081486883893006113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2728219656139166913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9068021008157553283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4851060081383890778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1756514614443620625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5161184771949670363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1891940857236445089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5058325084130204751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4644281114141516696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8076246170704156323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5849036796498161327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8397004831573247058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 296093077592717810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8186286661345325496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8530406748132661134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,918 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6419877177658800083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5873123515263061082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1137805298754474262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3992792478566256578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2380880929097543521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3547370306587962813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5199626583541315655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7089257808926740653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1134428378351975846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2067119865174796682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2766691871976948235_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4370928284658850295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6948965217172906535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5977284687211540371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3137081570577110631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7296208982434605228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3168049508697209398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,919 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1763489388064680349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -81128342589609944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4547251678107702826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5717005558622753035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3464118399692906358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7267296262346809343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2243845455287182940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5628531613371958587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7490985240121852190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8200154784507742506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8512029932832423526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2009512315116767365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5721268327890075335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6628804594748262911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4002305418742753892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6810406623575896329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3621577963042213932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,920 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -484972623089577058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1249673343285736732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1882393726417781053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7855607480732047355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4178675205390356453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4263623576708644534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6832206331310312679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1290521519091273882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6682241091800046082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 756642056825364514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9161258017088562670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1220028547441637235_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2336364612142041089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3340236317215393071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5149456486230694017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8064507568651020159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5772554965857284112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3401222413690838890_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,921 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 843678309427921346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3297925152527822796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2990199946746414158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6847697091386214472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1852136532568258375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6732456460029892216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7745727944097143636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7388831153061707490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6687104665944708745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6472852991556021287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 788577453180041703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6141802028423391862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7782263805691702345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7278258939032375060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,922 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8194574097332537654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -107204726592459305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4458583372286227087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2470357232467974932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4013788960815355181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3215766319022349042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3931811931601897953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6986415061561926723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4892247353216693486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7203874753175867312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6511860900280725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7349620002941233855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5226292338306093944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6185369428292485595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8058454078726326754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6298804719956382054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8028924735858409843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3158237796127129844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,923 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3610067906135987579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7804269546736328395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2371818354770053438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -552024678572984720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1940025163142286902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1535326683047344060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3634354506878549573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7884569393249255201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8031588449235754793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 775117413253803330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6084000588581847478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1638039830131782163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2119150070559877481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8596433743028590401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2762605385098922849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8425753126715713649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,924 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6065074083785165050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 568617158319916071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1273554527890789125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6864508440675694957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7246147141458588406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6086688439177090875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7170775170516361543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4684302713752489400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -600625164669254099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7427298084955418692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3406783683556512121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1587826393789150559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4376289708994707285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3625569294643214904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1327709522809498496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2824097876017030874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4500915110669945224_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5111289003375185531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,925 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5546724373806728261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8486287059033282429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 592505426155224470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8545733845231738978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2018467871025743910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1549782268834385678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7199518305848343742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8723415878222697184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1419581471489147971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7769127388569777498_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3061284355380968043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3319893848993115712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3657741646111152257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3642439435117870560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7541399191263819102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8415216379099859318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5827598730842198936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1143290218053915058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,926 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5262768418610074411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6983464013441748225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1607051565874173826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2509487533967202582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3918014158403167642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5487669531390316086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8368627963956757252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 600037793230077846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5570211062994772043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2907702976751273732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1772492771969677006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2555576885442639157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,927 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -283791609833434679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4924253891280746797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2493564398772009434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 217668825621505923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6971844950255161527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5423405900155071059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6549879508530348243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2545793736217425462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2732609762237123655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6490695962447797873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3783919183590686957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2809036762513350749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4294534458001634196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5130864198311646649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2287069293899102083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,928 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4543338252463818680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5460097964379615305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6042215120033492172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7945524834041426179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4438164027542450998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1017700628027532081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5342203717828510848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5678114496679937941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7110563578560055353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4331277192266366422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8762630350403478202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5196735248869291420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7859327808779278996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6309874359043791284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4290558698806258176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -489801480905081379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3157965128449834486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1461512896812380138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,929 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6723111921374789108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8989127886539766672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6823566475380934199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1259547307565108804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8481291021947624553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3506413189698272576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2206624283443494152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7119628340580184172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6253784086848119677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6802355161967013539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9201244970120896803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 656740498066825678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6386309052972343217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1926861294506154252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1082650932028500288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5440350054498210695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1972616140708371279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,930 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7884568055039221655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4638616109812191906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -87556620727132713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3237688089567251225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8771944039282336322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4981307117041188218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3854472068573181509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5079433346642805727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4300945136658550038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -544091173259212645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8389238635617903802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5813523756275499485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5946455358181299100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4124946250665384683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7136428050389598415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7845716505474098216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7858128189659846042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,931 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8263106279768206733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5140897346169357339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 599191632437117402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 94043312924476517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8614628907943128933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 220711145496162626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1109778618997800267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4992600032479198204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3935459103180132411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7182440092500923344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8849244577792593172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9068705593361298397_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 861684400558251180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5963748768157272213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 428916668033435487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8931469104385483421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9031292542560870930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1362289350324443848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,932 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 60674764975767331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1913988240169621155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2054452968027988977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7713596356015929766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7863827868462846704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7801658327755186325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2323003386380158291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3456917961129590190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4344932058721017670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2467928711075003679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8085617788440586689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4288114047480110009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4461186227427087822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9033224608911456595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4977436594307226524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -717296208035608835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3815517092897667772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6720457691975711280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,933 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4163311939946187852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3290022931762956450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1388302010080145985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6852151346144841122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7528116588717233738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4201767708197674253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5276723369877363355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2960082863851226524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2270105122743874023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3782815550068833461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3651048658701205166_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9018479612729199265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3944376499603258692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1348988494625251014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,934 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6106110024567660875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8253993352494998801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2274340311838636913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3854207782108539339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7385288631543173254_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5508488001834765144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5852318975156716316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -433495130581230323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1284737968446146737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4199170548590491891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5728608632320007004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7529621990047956428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3719713482258446646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5880199885723629465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7216200907442525307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1042754776312821808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2722808687866283718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5927008971738528806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4921443798494061178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,935 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6950530261298771481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7046659924222061418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5717510984071799575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4010383445387606709_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3057710665943332169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2045449407246965841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3058224667428566260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2942367581185563392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6772704783900476756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7857406601449853544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5996235350049599191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7886721161403901842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1437521910249154225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3982258400835198768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3526054238851806838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1194858782051387875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7514631489145991190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,936 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7265861881567810233_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9117373224782091706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5916430000619607095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3027626633682986915_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3396299493365715934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2880497187051043807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2207641743401276310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1439134179001858015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8422218464357738937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6786202216043305366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6848632284839336303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4015990316580381444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5876186498758249891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -584496816272734694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4137411093377360503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6083991443342304159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3016103254480927810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7599207060157132960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,937 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1834912509261881824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8286198227065307213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4095791701807759583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8760187518234484137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3644199853486638246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3306429887670055825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5257814746501233147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2040724602002264644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2998908361848825529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3411177987439051521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 521346441209063500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -224427669263734531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2565913220739648988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1870624817203323716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5841267222592511092_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5677323106956190391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2734470581428515733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1997152578662636843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,938 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8412430887698741769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4098988967541594059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 963139895063897852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5407939356743930936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3326813628170815474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1226347177533630327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1209555523301352983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 213120426392618382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7719568554208894341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3123196627253636152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9187800545984607534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6336859951486094179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7940924174156773108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8239878922017876815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9193256160483833362_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4450986898860961436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9056128637272684609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8539005977182983551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8443648666773016957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,939 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3297444941339699795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6782549024553819306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3353794175554080944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1022291014340806085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7673937458118138311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5924088871338523792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6604930911907752163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2588882924563315329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7293053317174554156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3691313754291512941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2161218665920204875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6877551974148004097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5199032437846459943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4907655093570260697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2158230282763096454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5596443613070330296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2813394556833584972_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2804029847901764386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,940 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6411907955419285826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -12009545531067608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3526035090760709077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2493545071670987321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8803778294391596911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -284341851860949993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4783955420421037306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2729638377639409320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8750928972958506879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7553176008586776699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6685380295587982514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 475200132690068899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,941 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2877145127168522793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8587157269204747638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1905802835823489468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1643034567198281569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7333671552175049443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7208430886064200906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4289735652164546868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 718622069775276805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -435193259849238601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2469261705050345037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1900534223076175828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6994967473117203499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2289615908951866808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8899280106774893451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -918030070402451376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,942 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3180423851191519264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 969969682750719438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7003358434502131103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1225776926409926207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5139023917853761921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -626786967228413872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9218636153855543127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6258161542295933136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 565816083708526650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8991059493505521920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2432354396867170464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -561693793395168957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2712783717247200193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3451106449781085854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2752849286077729191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -982972531631736352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6360013724216400435_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 691143863035229345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,943 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 286539026943821978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7901173485147432171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3863990816885398041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7943911793751560283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1504644626878766660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8602496236061067342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1841385571769266869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2711023436428872894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4934834255193220201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8835406195792516616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 887746030972736746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5732189102027171860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2603273299325482438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2961955271046122009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5724552077303966779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7889536242270592367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8493091157558507803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6418329404117457609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,944 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1554830768886789552_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1098008235096996860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1925605012613370384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6022034245135923869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8652103992036382282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4860107021515659527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1061007106308412086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2695623697460215850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7552721103249752705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5960829185513892556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8480153462968219593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7979074323299767984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,945 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8863884879356678620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2540462973043623120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3476296410315056169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6564094559621291699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1757329235035202560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6711712104155668786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1177464276592298265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2168083950107831731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7052143893480668525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6700688524909601165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7054064964561831202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2492621792399494181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6563761201960272905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9190131895284347160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8727668816449437210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5608960943264492914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,946 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5649862035230325195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3082122837974492074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2779916807698788786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 976901645909078983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 221415666421698870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7513675268114987433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2747818810403089072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 215171976970407044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6382402608644266088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3024112202048296247_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7381535643391050334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -193531688177232656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7173264556758777162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5482323174470059631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8733822929396333189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8194247270208973586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6223873508505271699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,947 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2296872054571688329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -225245160728510438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6514853403173520821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7981185308022112301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -261190033892132037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3043087852965198297_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2848218116942458152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1520447490593652935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5369937117803634993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3421339316124142878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6052174274314223582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3711289057441841817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3877445838729318048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6625209234439320628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5696873825552661910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9060425186476108718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8537581100406064208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,948 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2901341476272733455_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8054884340919089968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2448872730833684798_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5338635792562830763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8550995086826472143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8472852121932861707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6815176095799043679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1124773347980491320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3212063458220838038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5048184552173905638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 119990853926658445_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3085594275645775672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 701848331113916004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3375022504318241004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7457529003322435747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2986528998941329017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4130922108717862071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,949 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7756942871042735060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7058256340745761066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2326874573601196837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2060928775854784431_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1772448698598566687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2328324526508161798_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 960764239603120212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8982299071558196987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -536298930060039856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2424007102749765350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3785231914489025426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8762613996583991104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8331712923479667135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9157688567690465342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7855011241668839132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6253724364207095099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 477485698858844795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -756035906377866407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8129852576471353980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,950 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4619113604772384375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8115866387256435327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -674780867798322234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5860707458794889878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -412947721759959152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3904480179558481609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7727745895975544808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4709059138132678992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -554403479822148022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6109498458553153525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9060760545831170310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6477251816310203042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3310776227454918822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3495028155007658531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7920840730719223826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6292804592998272328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8292057804679527574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3569342884989979606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,951 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8077028922748294473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8586755986646644140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6079634870627641595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1257736579267168950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7381374476750610646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7442789978024909057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1456346628106832421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6910221169315714826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5761514297513026414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -683002889946086743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2551028549194772013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5429531574159060464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2290034407938501409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3378199815734051673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4845223873030921801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7456621197422723106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6489951938781831563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,952 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4711176286824645504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7746986475453471327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5797890751546913532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4140323719088243067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6195754475834577431_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3149888048554633237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5762579115973003925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6105486212883121496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 833113953472003201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2373261811629758374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1717675068259408620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2684405801691095970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7642702929574301257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2248261378183078590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8631739793828342836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2784554207179833580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8311379247906984165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4662345648872189522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,953 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3009197710155969708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1574800167777262956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4776415573196910115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7373194337368763782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3730143861460325926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7011269556743763377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7335864083727983327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5787851443529419904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5725068252634759894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2042023826645852366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7631732077930753655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -458720913528849536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 619248795250724636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4499982021025773234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 290586603503759181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6634154827346670913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7099514465873275112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2036492395445047976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7854887778273999660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,954 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 509350715033315618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 584865668062378016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2207091815562990300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4197151843093013193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5563041518695090334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3769923827781861152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 510675369946761114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7400082517047201039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2637299364512248814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4409254720600192411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8835745311109783216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6693299059230750051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2910192095393884950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2393033272218325876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4754744028624186232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7488328205232105963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3773622124447949636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8748333106437077747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,955 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1796345424681230875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7403732174240618132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1482185134648814308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7921761041485560655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8685038392957225171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1379754540047471261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -29878028072473506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4263059335305547988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7235408425706697244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4303457327179667312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1377275623828998717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,956 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1353899726811997003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6599206275091010503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4417975882172736926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4277660652549136421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5720281477098949025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7077352748924473958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6945712950050976895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5184331888026429274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -369540569777614104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7244400819722603308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4305467153730184519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7425086597076708484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6404394174334903503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7367903990543649931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -349394310978448178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1742064867575671416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2453112438207176843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,957 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3269003279518658190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6810063201374071796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2379865065931913456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1807368220433108418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -576493480201369761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3608998206649567968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4343477818768342389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3355919151065668529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6149792429261305217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6673554344723694302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 78317775775645069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2354664704429812349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -889420602933218636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8386830677967079775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2324735761533207469_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3516488013354036651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3099737191222472750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7525938227262642264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,958 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 228760179799897095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5859607223847093577_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1610782904200837237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8239941888073412927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5541584688256750344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4516079733193827207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -24694424418827053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2314033238334933007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6345763605775227567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5491404524527594103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 532515800935539289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6465991093230637454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1907402624994165309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8068756826278826841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4099209541170154839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,959 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8552008680787386133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7841711165253206728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5983867260249056383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9102676730362719503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7859675840826713715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7905332619071371723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6923682074241525246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8715648981179172905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3980728398068441606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4252701879327012899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5805981003625892914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7985769665632607501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,960 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2598476954430314525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3104213633591017478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8621787259970480677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5854354609858133640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -428494611491758561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3367881869939925505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6764747372510538700_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 686165683841220599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4628401116722411593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4977715605933367202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5264436193391977605_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3427022938515825035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,961 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7674986965542711272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4101068451123493430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9088829518288959256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6615242309058102493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3772370592538043557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4454030386950435823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6001462151990164059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -851459807801014396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4414831107725293850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6606493357682173112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8849960921398798317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6026211324988918452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8490098376297441157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8132203350255648314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7044714092202324687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2967052500530135807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8155182196180936960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1298727011297793969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4144698874967006168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 689810319020958777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5219073511353558740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8103550118013541398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8277131991969348130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3344485185624473836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1399554702036395720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5579761687642557394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9184331807989972012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4658341275326509355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2108700467794512039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3074515220595143185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6099790883913473237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8715307315149504578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7236231599752402916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2309922624431330642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3523089720417642182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7751929939081999401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1692212461484635566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,963 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3187934655178622878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7937431348528407610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7954446812083541358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6323395970600229675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7541972876068213412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4541965293959195547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5110431075692800278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6953693698901326719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4843106214438790034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1008655766265524956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1168336240409704802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2092094512154598767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4967724239657810355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5596332729416728595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7351307369185421015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2765157277637239722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8368828779884448024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2041001498001486082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,964 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4436204068842508758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2401043350590922609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4269137198022981800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7646538303040302348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7663416354873474113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 565173338798266222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1069225089839802902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1628917076453428238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8830569462847962265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -130687852135118955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8462744763394915885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3163764161492045725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 452251189888856076_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8550869562142020909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9201692643130643818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2047619824458666038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5540415821680662318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2149095888096761238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,965 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8659514611018698495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7179735701797273199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6872402634350197698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8568041748903929483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8520020184017525649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -721008958891427712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8482268730409296689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1290946184026892841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5128228254329154692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -759917309435765257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3873657733002769135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3369449650688246274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5384015804890458644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2259194058115292011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2262518780014475760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6743425302480695849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -932092399601089302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5750152821379599171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 277316029261431087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,966 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3719024594653935221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4271084776541376693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -791738833575909617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5493787788982737482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6988416330021177833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1473956554469680075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1094571626059764191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3364837526826147326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7602342050412545027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2014104970049625828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 156229087250176797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2836761754730664257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5687814360572714726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1829824369944085603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7211492295501961104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1128619277002823785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8194629836699854898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5750384448849919122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -460492827653299152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,967 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1781723499283763011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4295026735783926423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4312791793810516053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8129921496543030416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 876495203697800368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5645736118800412679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -23569307113727311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8315385779806103660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9164498800068671717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4777072918673643194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6068429631885565296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6908410868270240348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1391363968809190692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1604482181058100962_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1106769856597510758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5043270208541843517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4149913426428009922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7139472674618539258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,968 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3681033067304199903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2456505080665776036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4333482477790704079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7027481896297534107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2756462760057697582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4842668459051532290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5834371970775305542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2772844134705764457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5884275217677130403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3272839213534972015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -752615271064144396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7813157523068156683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1039691461112601211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6967780286356933943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2562349445990633032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -401592432156029230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8641695602731944386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7221656343094586443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,969 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2061463093267544537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1606645059474850889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8818148536904321389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5204715915172168826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2265930048661578793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1880986205043002152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2949962629781570434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4899745862888256088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3828169935412203786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5243159756697581324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9164980113864005794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5560828690025520404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,970 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7328158003613659875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5767953409308486598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5434232954145724048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2436447435001808136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5658576931487915535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3046557761918303778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2578224165509968003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4791980413788485381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 381269016194480443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5502621372737172605_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8747225618502432651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 738170516500538050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6336163538463990436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7417815770147291019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3622953378708482882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3035981611238627279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2807722171297623981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,971 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8317364585055822799_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6617197064106950944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8568002711883719645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3258580912086785776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4454487143006224778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 919954645705955301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7685268644712105115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1508606308528604600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2647459097029772085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -609167021236160986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3029710843586812394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2108505547225559304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6357628760695485019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,972 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2860313138967425899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4338220370039140321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5972002666760905887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5407518788708899932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 446753102685226068_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1572429863702303082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3026076282316107582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2198288518797561699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -886701761406165068_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4187705607162461523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3013201557390247427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7442505143323721448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8662828373360841184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5186617502110935366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6040816246531050028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8908617917693648196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8524206007327908855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9177689291336180177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,973 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3191704421269375942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3813830245327036896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -801465178652841582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6454127897658804731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6788756904988262204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3423229923521248329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3875973967824638661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4996197419788768847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8760847179170183722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7808500494002368007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8219644705983006015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1932278610305479430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4494805233252698507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4921077555470681177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5739719146464623567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5895911441894714870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2545284668181932775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8030987689456282207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1532932227415662753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,974 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9007130532564050968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6251131441996434757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5748941336925946702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2314556956859399575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3937136752368720492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7138849551714666118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7775590831120966426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5022721350164692753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 958289433997007039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -385701798305950689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5108019504524427348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1176123599680162066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8925157709702579390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3791716176720948856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6528047318363732071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -168043253311014029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2708786740635214638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2460509549730595490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2496097691279256613_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,975 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2266468566231337192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7451926073678068822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3745061276280214612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7477045676561693818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3472739384009310807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8688078837394126291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4494284262493016138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2278158485771978548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3797240335192816063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8059281055071704663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4346206352174236218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3066323951012746921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4785666066473398115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3822745491683361148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2277857140613437679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3420705304005441392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8335029897966773359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1555424681696095311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8951762932069281786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,976 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 479855724020553597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6163133306726233269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3920193829823486154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1529537351565390390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7900999288795899329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2105129140979289357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2718312046547533344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -968277054396603244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5645338734477394784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6543328741459479800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5396154840321557390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3212544146514578827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7003784157996762420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6549724124484927820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8408052326053358026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1094159697725529932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4779074495319682244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5527539818806899823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,977 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2661555095938632463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6280880009082137200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8845597532259592805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8804938690913449815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6435463925658852700_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6977209744923636270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2724182199845103774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8417148961466167795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4821706483500529465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7591971961092168569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3400966287550844952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6834837116265276341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2552475790269311673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6190968030905258001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6956424658812404789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8899585212956511088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2040852418580973769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8067825389620834350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,978 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5143010727509730693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2921514329022043581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 820305725530076650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7225127092233893672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1132514334583680257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7066647554523676352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5226981228141495571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4100985008974450024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6124944772680942341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4157423861715439923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8920645393107504494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2464883835363827050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7126377414626650562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6003192311402107265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4557843042958745156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8407413957233506107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6406365395278627166_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2977309639241441335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,979 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1274104080962509401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8049016462994893921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3888241473112158433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 670670766012169784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 53432322009787357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 544907336115015611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1737913612358681302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7137156070761008611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3057836185883917645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2908028570321133934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1273155359397639502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8889339537193265243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2675400482042322103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3510954765362073176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1366116276536843276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7837043530612942888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4834159065531347376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5924489897652061949_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8437811167525319854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,980 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7243624870173257222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7402391836616234346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2462569918328155026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9088070772256937538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5323371886335496980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3858403157669940626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6002173092032229249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8189297615793896655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4915774056897027911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7646715524949747733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5223989786901731220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4049733608108851139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8869693723079908380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1874459423860422922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1846181622826001590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4750262199516785258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5302939439084494543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,981 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8780299812305763215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4742264374830722942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4800874787996495530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2759811380040164658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4176615996358862679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2554627895400774675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7307706651218800696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 577617256215100802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8901883861540528429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1627541427706594460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 696649221917384811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7210021494354023329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 385932211843086028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1727011084540251581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1533829137104405939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2080326457069679476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2995508304117512797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7718742080253008665_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,982 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3687293561492855242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1822165030006097109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1226829680594829588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8220191361233027554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6711428350754596872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 283543227880584850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5580235660788734589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5903615897084858037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1953270851139396095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,983 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4732332777599583102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:56,984 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:56,984 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:56,984 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:56,984 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:56,995 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79 (was 79), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=156 (was 156), ProcessCount=167 (was 167), AvailableMemoryMB=10075 (was 10092) 2024-04-09 04:55:57,004 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=156, ProcessCount=167, AvailableMemoryMB=10075 2024-04-09 04:55:57,016 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,021 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-04-09 04:55:57,021 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-04-09 04:55:57,029 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-04-09 04:55:57,029 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-04-09 04:55:57,029 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-04-09 04:55:57,029 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-04-09 04:55:57,030 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:57,040 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79 (was 79), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 156) - SystemLoadAverage LEAK? -, ProcessCount=167 (was 167), AvailableMemoryMB=10057 (was 10075) 2024-04-09 04:55:57,049 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=10056 2024-04-09 04:55:57,060 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,067 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-04-09 04:55:57,067 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-04-09 04:55:57,068 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-04-09 04:55:57,069 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-04-09 04:55:57,069 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=2590720; used bytes=28307456; total bytes=30898176; wasted bytes=2338816; fragmentation bytes=700416; completelyFreeBuckets=5 2024-04-09 04:55:57,069 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-04-09 04:55:57,069 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-04-09 04:55:57,069 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-04-09 04:55:57,069 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-04-09 04:55:57,069 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-04-09 04:55:57,069 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-04-09 04:55:57,069 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 66560; used=147; free=0; total=147; wasted bytes=1311744; fragmentation bytes=150528, full buckets=21 2024-04-09 04:55:57,069 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 99328; used=160; free=0; total=160; wasted bytes=1015808; fragmentation bytes=163840, full buckets=32 2024-04-09 04:55:57,069 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-04-09 04:55:57,070 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:57,070 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:57,070 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:57,070 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:57,081 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79 (was 79), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=10028 (was 10056) 2024-04-09 04:55:57,090 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=10028 2024-04-09 04:55:57,101 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,107 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-04-09 04:55:57,108 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-04-09 04:55:57,108 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-04-09 04:55:57,118 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,123 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,127 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,132 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-04-09 04:55:57,133 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-04-09 04:55:57,133 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-04-09 04:55:57,133 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,141 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:57,141 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:57,141 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:57,141 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:57,151 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=83 (was 79) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9914 (was 10028) 2024-04-09 04:55:57,161 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=83, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9914 2024-04-09 04:55:57,171 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,175 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-04-09 04:55:57,175 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-04-09 04:55:57,176 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-04-09 04:55:57,186 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,192 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-04-09 04:55:57,192 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-04-09 04:55:57,193 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-04-09 04:55:57,193 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:57,193 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:57,193 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:57,193 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:57,203 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=87 (was 83) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9866 (was 9914) 2024-04-09 04:55:57,212 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=87, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9866 2024-04-09 04:55:57,222 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,229 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-04-09 04:55:57,229 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-04-09 04:55:57,229 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-04-09 04:55:57,239 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,244 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-04-09 04:55:57,244 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-04-09 04:55:57,244 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-04-09 04:55:57,245 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:57,245 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:57,245 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:57,245 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:57,255 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=91 (was 87) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=166 (was 167), AvailableMemoryMB=9817 (was 9866) 2024-04-09 04:55:57,264 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=91, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9817 2024-04-09 04:55:57,274 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:57,277 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-04-09 04:55:57,278 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-04-09 04:55:57,278 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-04-09 04:55:57,278 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-log-dir so I do NOT create it in target/test-data/5abca1ef-8f91-4327-9a39-25b24fad299d 2024-04-09 04:55:57,278 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/92ff10f3-b9cf-77b8-d5e4-d87cda3c8a6e/hadoop-tmp-dir so I do NOT create it in target/test-data/5abca1ef-8f91-4327-9a39-25b24fad299d 2024-04-09 04:55:57,279 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-09 04:55:57,289 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/5abca1ef-8f91-4327-9a39-25b24fad299d/bucketNoRecycler.cache 2024-04-09 04:55:57,289 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-04-09 04:55:57,289 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-04-09 04:55:57,289 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/5abca1ef-8f91-4327-9a39-25b24fad299d/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/5abca1ef-8f91-4327-9a39-25b24fad299d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:57,290 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5077875384489287374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-09 04:55:58,390 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/5abca1ef-8f91-4327-9a39-25b24fad299d/bucketNoRecycler.persistence 2024-04-09 04:55:58,390 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:58,390 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:58,390 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:58,403 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/5abca1ef-8f91-4327-9a39-25b24fad299d/bucketNoRecycler.cache 2024-04-09 04:55:58,404 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-04-09 04:55:58,404 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-04-09 04:55:58,406 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-04-09 04:55:58,407 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/5abca1ef-8f91-4327-9a39-25b24fad299d/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/5abca1ef-8f91-4327-9a39-25b24fad299d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-09 04:55:58,408 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:55:58,408 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:55:58,408 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:55:58,408 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:55:58,418 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=95 (was 91) - Thread LEAK? -, OpenFileDescriptor=296 (was 295) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9803 (was 9817) 2024-04-09 04:55:58,427 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=95, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9803 2024-04-09 04:55:58,438 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:55:58,443 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-04-09 04:55:58,443 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-04-09 04:55:58,443 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-04-09 04:56:00,695 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:56:00,695 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:56:00,695 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:56:00,695 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:56:00,705 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=95 (was 95), OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9779 (was 9803) 2024-04-09 04:56:00,714 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=95, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9779 2024-04-09 04:56:00,724 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,730 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-04-09 04:56:00,730 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-04-09 04:56:00,731 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-04-09 04:56:00,741 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,750 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-04-09 04:56:00,750 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-04-09 04:56:00,751 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-04-09 04:56:00,751 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,757 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,762 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,768 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:56:00,768 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:56:00,768 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:56:00,768 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:56:00,779 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=99 (was 95) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9656 (was 9779) 2024-04-09 04:56:00,788 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=99, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9656 2024-04-09 04:56:00,798 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,803 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-04-09 04:56:00,804 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-04-09 04:56:00,804 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-04-09 04:56:00,804 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:56:00,804 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:56:00,804 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:56:00,804 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:56:00,814 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=101 (was 99) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9624 (was 9656) 2024-04-09 04:56:00,823 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=99, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=167, AvailableMemoryMB=9624 2024-04-09 04:56:00,833 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-09 04:56:00,838 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-04-09 04:56:00,838 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-04-09 04:56:00,838 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-04-09 04:56:00,839 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-09 04:56:00,839 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-09 04:56:00,839 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-09 04:56:00,839 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-09 04:56:00,848 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=99 (was 99), OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=167 (was 167), AvailableMemoryMB=9596 (was 9624)