2024-03-29 23:55:42,321 INFO [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache timeout: 26 mins 2024-03-29 23:55:42,541 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/d466dbc8-5794-a7a0-80da-238b52490bca 2024-03-29 23:55:42,599 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=235, ProcessCount=167, AvailableMemoryMB=2553 2024-03-29 23:55:42,635 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:42,645 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-03-29 23:55:42,657 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-03-29 23:55:42,659 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-03-29 23:55:42,662 DEBUG [Time-limited test] util.ClassSize(228): Using Unsafe to estimate memory layout 2024-03-29 23:55:45,088 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:45,088 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:45,088 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:45,088 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:45,100 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=235 (was 235), ProcessCount=166 (was 167), AvailableMemoryMB=1832 (was 2553) 2024-03-29 23:55:45,109 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=235, ProcessCount=166, AvailableMemoryMB=1831 2024-03-29 23:55:45,120 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,127 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-03-29 23:55:45,127 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-03-29 23:55:45,129 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-03-29 23:55:45,139 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-03-29 23:55:45,139 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:45,139 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:45,139 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:45,139 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:45,149 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=12 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-2 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) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 org.apache.log4j.Category.callAppenders(Category.java:205) 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=235 (was 235), ProcessCount=166 (was 166), AvailableMemoryMB=1815 (was 1831) 2024-03-29 23:55:45,159 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=235, ProcessCount=166, AvailableMemoryMB=1815 2024-03-29 23:55:45,167 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,174 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-03-29 23:55:45,175 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-03-29 23:55:45,175 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-03-29 23:55:45,196 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,203 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,210 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-03-29 23:55:45,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-03-29 23:55:45,211 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-03-29 23:55:45,212 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,220 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,227 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:45,227 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:45,227 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:45,227 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:45,238 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-0 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-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: 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=235 (was 235), ProcessCount=166 (was 166), AvailableMemoryMB=1655 (was 1815) 2024-03-29 23:55:45,249 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=235, ProcessCount=166, AvailableMemoryMB=1655 2024-03-29 23:55:45,255 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:45,262 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-03-29 23:55:45,262 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-03-29 23:55:45,263 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-03-29 23:55:45,356 WARN [Time-limited test] util.NativeCodeLoader(62): Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2024-03-29 23:55:45,709 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:55:45,724 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/d466dbc8-5794-a7a0-80da-238b52490bca/bucketNoRecycler.cache 2024-03-29 23:55:45,724 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-03-29 23:55:45,724 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-03-29 23:55:45,725 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/d466dbc8-5794-a7a0-80da-238b52490bca/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/d466dbc8-5794-a7a0-80da-238b52490bca/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:45,868 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/d466dbc8-5794-a7a0-80da-238b52490bca/bucketNoRecycler.persistence 2024-03-29 23:55:45,868 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:46,038 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/d466dbc8-5794-a7a0-80da-238b52490bca/bucketNoRecycler.cache 2024-03-29 23:55:46,038 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-03-29 23:55:46,038 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-03-29 23:55:46,110 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-03-29 23:55:46,113 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/d466dbc8-5794-a7a0-80da-238b52490bca/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/d466dbc8-5794-a7a0-80da-238b52490bca/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:46,124 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:46,124 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:46,124 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:46,124 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:46,135 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=20 (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=235 (was 235), ProcessCount=166 (was 166), AvailableMemoryMB=1765 (was 1655) - AvailableMemoryMB LEAK? - 2024-03-29 23:55:46,145 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=235, ProcessCount=166, AvailableMemoryMB=1765 2024-03-29 23:55:46,157 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:46,164 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-03-29 23:55:46,165 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-03-29 23:55:46,167 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-03-29 23:55:47,232 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-03-29 23:55:48,333 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-03-29 23:55:49,434 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:49,434 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:49,434 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:49,435 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:49,445 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=216 (was 235), ProcessCount=166 (was 166), AvailableMemoryMB=1734 (was 1765) 2024-03-29 23:55:49,455 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=216, ProcessCount=166, AvailableMemoryMB=1734 2024-03-29 23:55:49,467 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:49,478 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-03-29 23:55:49,479 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-03-29 23:55:49,479 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-03-29 23:55:49,988 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-03-29 23:55:49,988 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:49,988 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:49,988 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:49,988 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:49,999 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=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1703 (was 1734) 2024-03-29 23:55:50,009 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=216, ProcessCount=166, AvailableMemoryMB=1703 2024-03-29 23:55:50,021 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,028 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-03-29 23:55:50,029 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-03-29 23:55:50,030 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-03-29 23:55:50,041 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,049 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,057 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-03-29 23:55:50,057 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-03-29 23:55:50,059 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-03-29 23:55:50,059 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,067 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-03-29 23:55:50,067 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-03-29 23:55:50,068 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-03-29 23:55:50,069 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,081 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-03-29 23:55:50,081 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-03-29 23:55:50,083 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-03-29 23:55:50,083 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:50,083 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:50,083 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:50,083 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:50,095 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=31 (was 19) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1536 (was 1703) 2024-03-29 23:55:50,106 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=216, ProcessCount=166, AvailableMemoryMB=1535 2024-03-29 23:55:50,122 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:50,131 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-03-29 23:55:50,131 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-03-29 23:55:50,132 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-03-29 23:55:50,143 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir so I do NOT create it in target/test-data/7fe31b32-d0d5-d9fb-08e7-269e53584855 2024-03-29 23:55:50,143 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir Erasing configuration value by system value. 2024-03-29 23:55:50,143 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir so I do NOT create it in target/test-data/7fe31b32-d0d5-d9fb-08e7-269e53584855 2024-03-29 23:55:50,144 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir Erasing configuration value by system value. 2024-03-29 23:55:50,144 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/7fe31b32-d0d5-d9fb-08e7-269e53584855 2024-03-29 23:55:50,144 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:55:50,155 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.cache 2024-03-29 23:55:50,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-03-29 23:55:50,156 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-03-29 23:55:50,156 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:50,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9169972361568051100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,258 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.persistence 2024-03-29 23:55:51,258 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,258 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,258 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,273 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.cache 2024-03-29 23:55:51,273 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-03-29 23:55:51,273 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-03-29 23:55:51,276 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-03-29 23:55:51,277 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:51,277 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.persistence 2024-03-29 23:55:51,278 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,278 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,277 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,292 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.cache 2024-03-29 23:55:51,292 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-03-29 23:55:51,294 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-03-29 23:55:51,298 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-03-29 23:55:51,299 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-03-29 23:55:51,299 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/7fe31b32-d0d5-d9fb-08e7-269e53584855/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/7fe31b32-d0d5-d9fb-08e7-269e53584855/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:51,300 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:51,300 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,300 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,300 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,311 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=37 (was 31) - Thread LEAK? -, OpenFileDescriptor=292 (was 291) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1489 (was 1535) 2024-03-29 23:55:51,320 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=216, ProcessCount=166, AvailableMemoryMB=1489 2024-03-29 23:55:51,333 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,340 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-03-29 23:55:51,341 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-03-29 23:55:51,341 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-03-29 23:55:51,691 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-03-29 23:55:51,704 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.95 MB, memory=0 B 2024-03-29 23:55:51,705 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-03-29 23:55:51,707 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.90 MB, memory=0 B 2024-03-29 23:55:51,708 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-03-29 23:55:51,709 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.68 MB, memory=0 B 2024-03-29 23:55:51,710 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-03-29 23:55:51,711 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.46 MB, memory=0 B 2024-03-29 23:55:51,712 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-03-29 23:55:51,714 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.86 MB, memory=0 B 2024-03-29 23:55:51,714 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-03-29 23:55:51,715 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.64 MB, memory=0 B 2024-03-29 23:55:51,716 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-03-29 23:55:51,717 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.42 MB, memory=0 B 2024-03-29 23:55:51,736 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-03-29 23:55:51,737 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.81 MB, memory=0 B 2024-03-29 23:55:51,738 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-03-29 23:55:51,739 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-03-29 23:55:51,740 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-03-29 23:55:51,741 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-03-29 23:55:51,742 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-03-29 23:55:51,743 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-03-29 23:55:51,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7976565740068879051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6550688281393226411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4689667143541012796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6094861740093169316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9094428678836378314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1501421178788613082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -355716588792946683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5977695189845490464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1245330301103084627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7147492927113906412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4102991753764610132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3748526313185465414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -536958117278699837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7542127067323469085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5079745474448069420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4196831231288688671_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9071879970697906077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -930290859851109999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5215970232845650611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2218073622385224287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5339020470396139677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8921657956447722945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1926722287588578668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -821505279513266044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2804060955486480931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2539206145508522891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5743025178977013814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1808799389143061306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7363910985614327049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8153108973677387626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7305226234494594994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1821606954514852961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5241254114485483695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4757085259277544706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5149083303874831098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6666764174926494656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2152025510646942578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8352929077433026769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4426862436540999667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2589976171132040992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1726733502338722802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8537506574239148984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6735007821547812878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2392236021760189110_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3344324776828097542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6818738662624423986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 577466436070994959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4120432399786556262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4995841310923771176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 539678221999551354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2029576867486998946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8209023031660698474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7164126890987951429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1403040218655910094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1725420325248367113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7230529284834734128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8185079667303017305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3208411952845996618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7397595790577203681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6725849809932196423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 63198076929403377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5193284075563624112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7319877732452467401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6485349830215028756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2241608497175808836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6022038829915027539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8891137400147878873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -883365051655289779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8481672562159243913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1465775232384872516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3702284278452658775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8478721023207857642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2846569786070134742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1416980504669249686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7770354730250719753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2789447997404866661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 349400061234337031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1940879276062034567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6960615066175889635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -351894271261108569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9164062349583673594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5520811802915924541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -399503375880380867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1902203562450051000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4019051932557837407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1879447716763151248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1235410453730557403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8979979168570551018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5765831157675943490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4677077065907810330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6116504363290352764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6263694916214981533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8786410624198676254_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3611647521192627889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6264337230719149143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8653991087150997422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -718502276104017934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5920165915813762288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8991963467942427461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4154715417446419193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6832151775313108215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8305669863545575940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1713633726042125290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8179429824193678290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5865416962427753653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5343905863980361568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3692165409843244098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7599072045340669776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2789808607522310612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8448880754461901154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1189422957598703055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4195355505304145163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6144730941686161564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6186768210358894773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8482636342258600954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5732423243386990906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2452593623773884804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -301645318260042652_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2607798056349244016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8412629570463306317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4290664394407899462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7025039289659571647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 927470378496516683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4923694825236550075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1228277364947164129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8112559166414456642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7854967024859612461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 472664246252378291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7690893375105320359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 561037156938901325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5284172008287544632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7150517753344899584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4619430247263284699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 702060675988937520_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1255524483051148734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2305651564204188423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8187269870616658774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4718266069110643861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7635805680546563217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8009876759084354883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8831762574410360175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 783415846332141695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5590162643972817893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 562010385642936643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5070258534753002618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 463019468469515954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3050397295004923515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3623223211250791099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7205528289708232230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8242835420798655472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7256905707226170015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1092886113356699573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7433380063259180616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8015359650217354482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3450916535450420102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6536868024295592882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3388738894788383461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4093920652427329381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5675303573466473206_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7392289813339565300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1478063352293294833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6878334182557899162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 608853135424043267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6200463369851030441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1505851687441242865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5085054789954608373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 438651115391324616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5502513094271095858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8274886058698583797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6655567332749090513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2858130766865188321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1268483009933407824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2259507503957588603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 669127748667592120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7570985547732401181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7310940663450255336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7527792902654736460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2105235441393739127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7264084254726074804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1513245736028811555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7317710186990883836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4571693332852474823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8833930470014515747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3067057017869363068_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2013247328523388820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1397072647370631196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8390006722320862640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2783421827802544896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4878636505257517673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8907986038937129266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2425333117824012874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7597016760255116761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3589102652379864077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7727480665653595966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7482976570800340195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9108612099752396556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2213056338217064687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2323472715758407284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5730019782733022423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4165575012588252279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4895555952267030336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5091547614942062706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5843957448771156165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4403064595049590230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1522714583788182623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8298723399189903351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4476757531153423849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -420470423780174593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4318793426140368595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7614298446455682185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5568266366390231416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8214049400968524209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4035450266408058763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2909217712750213539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8144042893192133543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4613700613889275058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8855463118266755602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6894620942035675740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2190474313691743828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5697668007128237478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6400677807086380632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5419091037675722545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -816830262540603594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5259548134396715835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 12439143872917189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2409057734364916675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8260185164876941852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2637928397149499636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5012234377417083259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -167962398721025729_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2986210547141796720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7480123393350436867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3552715102486033664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3355183220535762595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2688939227031647086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6914676127386670447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3045503425596617185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2566294671876991346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1991216455491422671_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5600798325953038331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3644815819478350343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5696741943565488438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5601520513158142516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,787 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,788 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9106613494503239610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,788 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3073564685382514545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,788 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1288110917098228698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,788 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5316692840217171713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,788 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8812053489385058443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 107022997438175740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7118783879441181549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5159048947026677547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1457265293313590510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 493837025875492683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,789 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4830507985232517015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8498626900758769682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5675760676749862558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7283139578680783146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4377772193793802036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2831431602676887733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,790 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7449040817649541974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,791 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8022338944312930827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,791 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,791 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 83107833545650172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,791 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5282975716938367105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,791 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,791 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1373734248543228895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,791 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2405253942558259704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8072705605605987810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2066704533017156570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3358054615610285185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5670682422442041347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7745560529415550965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1179205773788386802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,792 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7315759539205551743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3440177544168472094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5499813664881590958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1420864898995597341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3129369725656081609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3737350126289392082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,793 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2563181416418176258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,794 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8385946856662549070_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,794 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,794 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5675736845754212012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,794 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2129819375104471427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,794 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,794 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 141149433797112734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,794 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1102442721323858992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4407164005122452639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8469272564946513747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4345942853530978462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7996096573009383995_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8854641937831795827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8561931127852739439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,795 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7233992980212912874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2285961106463495595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3400875782437337462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7923827756857639511_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4641027959835736959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2988431134856237621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,796 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4540550104148527599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7659852543881058115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8157689354593477813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6929382754429296917_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2469599235661352425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -676265149350413733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,797 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5604203228963278973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,798 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2780654237467262806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,798 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,798 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1491642509241331754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,798 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3527013829387601207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,798 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,798 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3735654569955992913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,798 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 752341955376575806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,799 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5460250089340826645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:51,799 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,799 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-03-29 23:55:51,799 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,799 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,800 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:51,800 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(929): Bucket cache free space completed; freed=0 B, total=30.06 MB, single=0 B, multi=2.01 MB, memory=0 B 2024-03-29 23:55:51,802 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,811 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 35) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1455 (was 1489) 2024-03-29 23:55:51,821 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=216, ProcessCount=166, AvailableMemoryMB=1454 2024-03-29 23:55:51,833 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,841 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-03-29 23:55:51,841 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-03-29 23:55:51,842 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-03-29 23:55:51,842 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-03-29 23:55:51,842 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-03-29 23:55:51,843 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-03-29 23:55:51,843 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:51,854 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=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1422 (was 1454) 2024-03-29 23:55:51,864 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=216, ProcessCount=166, AvailableMemoryMB=1422 2024-03-29 23:55:51,874 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,881 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-03-29 23:55:51,881 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-03-29 23:55:51,882 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-03-29 23:55:51,885 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,885 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-03-29 23:55:51,886 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-03-29 23:55:51,886 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-03-29 23:55:51,886 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-03-29 23:55:51,886 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-03-29 23:55:51,887 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,887 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:51,887 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,887 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,898 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 35) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=216 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1390 (was 1422) 2024-03-29 23:55:51,907 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=216, ProcessCount=166, AvailableMemoryMB=1395 2024-03-29 23:55:51,918 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,924 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-03-29 23:55:51,924 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-03-29 23:55:51,925 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-03-29 23:55:51,935 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,943 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,951 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,959 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-03-29 23:55:51,959 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-03-29 23:55:51,960 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-03-29 23:55:51,960 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:51,967 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:51,967 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:51,967 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:51,967 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:51,977 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=206 (was 216), ProcessCount=166 (was 166), AvailableMemoryMB=1235 (was 1395) 2024-03-29 23:55:51,987 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=206, ProcessCount=166, AvailableMemoryMB=1235 2024-03-29 23:55:51,998 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:52,005 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-03-29 23:55:52,006 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-03-29 23:55:52,009 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-03-29 23:55:52,020 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:52,026 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-03-29 23:55:52,026 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-03-29 23:55:52,027 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-03-29 23:55:52,027 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:52,027 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:52,027 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:52,027 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:52,037 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=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=1171 (was 1235) 2024-03-29 23:55:52,046 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=206, ProcessCount=166, AvailableMemoryMB=1171 2024-03-29 23:55:52,057 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:52,064 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-03-29 23:55:52,065 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-03-29 23:55:52,065 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-03-29 23:55:52,076 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:52,083 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-03-29 23:55:52,083 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-03-29 23:55:52,083 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-03-29 23:55:52,084 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:52,084 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:52,084 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:52,084 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:52,094 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=47 (was 43) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=1115 (was 1171) 2024-03-29 23:55:52,104 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=206, ProcessCount=166, AvailableMemoryMB=1115 2024-03-29 23:55:52,115 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:52,125 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-03-29 23:55:52,125 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-03-29 23:55:52,126 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-03-29 23:55:52,126 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir so I do NOT create it in target/test-data/7a908e0d-e4ae-9e76-3426-ab46fc950db7 2024-03-29 23:55:52,126 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir so I do NOT create it in target/test-data/7a908e0d-e4ae-9e76-3426-ab46fc950db7 2024-03-29 23:55:52,127 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:55:52,138 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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/bucketNoRecycler.cache 2024-03-29 23:55:52,138 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-03-29 23:55:52,138 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-03-29 23:55:52,138 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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:52,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6285945184467130186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:55:53,239 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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/bucketNoRecycler.persistence 2024-03-29 23:55:53,239 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:53,239 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:53,239 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:53,254 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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/bucketNoRecycler.cache 2024-03-29 23:55:53,254 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-03-29 23:55:53,254 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-03-29 23:55:53,257 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-03-29 23:55:53,257 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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/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/7a908e0d-e4ae-9e76-3426-ab46fc950db7/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:53,258 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:53,258 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:53,258 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:53,258 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:53,268 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=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=1080 (was 1115) 2024-03-29 23:55:53,278 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=206, ProcessCount=166, AvailableMemoryMB=1080 2024-03-29 23:55:53,290 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:53,296 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-03-29 23:55:53,296 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-03-29 23:55:53,301 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-03-29 23:55:55,554 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:55,554 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:55,554 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:55,554 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:55,564 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=52 (was 51) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=1046 (was 1080) 2024-03-29 23:55:55,574 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=206, ProcessCount=166, AvailableMemoryMB=1046 2024-03-29 23:55:55,585 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,592 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-03-29 23:55:55,592 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-03-29 23:55:55,593 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-03-29 23:55:55,612 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,618 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-03-29 23:55:55,618 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-03-29 23:55:55,619 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-03-29 23:55:55,619 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,629 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,635 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,646 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:55,646 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:55,646 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:55,646 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:55,656 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=56 (was 51) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=894 (was 1046) 2024-03-29 23:55:55,665 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=206, ProcessCount=166, AvailableMemoryMB=894 2024-03-29 23:55:55,676 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,685 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-03-29 23:55:55,685 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-03-29 23:55:55,686 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-03-29 23:55:55,686 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:55,686 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:55,686 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:55,686 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:55,696 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=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=863 (was 894) 2024-03-29 23:55:55,706 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=206, ProcessCount=166, AvailableMemoryMB=863 2024-03-29 23:55:55,717 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,725 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-03-29 23:55:55,726 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-03-29 23:55:55,726 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-03-29 23:55:55,727 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:55,727 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:55,727 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:55,727 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:55,737 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=206 (was 206), ProcessCount=166 (was 166), AvailableMemoryMB=830 (was 863) 2024-03-29 23:55:55,747 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=206, ProcessCount=166, AvailableMemoryMB=830 2024-03-29 23:55:55,758 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:55,764 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-03-29 23:55:55,764 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-03-29 23:55:55,765 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-03-29 23:55:58,155 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:58,155 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:58,155 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:58,155 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:58,165 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=55 (was 55), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=831 (was 206) - SystemLoadAverage LEAK? -, ProcessCount=166 (was 166), AvailableMemoryMB=904 (was 830) - AvailableMemoryMB LEAK? - 2024-03-29 23:55:58,175 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=831, ProcessCount=166, AvailableMemoryMB=904 2024-03-29 23:55:58,186 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,190 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-03-29 23:55:58,190 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-03-29 23:55:58,191 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-03-29 23:55:58,196 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-03-29 23:55:58,196 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:58,196 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:58,196 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:58,196 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:58,206 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=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=899 (was 904) 2024-03-29 23:55:58,215 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=831, ProcessCount=166, AvailableMemoryMB=899 2024-03-29 23:55:58,227 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,231 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-03-29 23:55:58,231 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-03-29 23:55:58,232 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-03-29 23:55:58,242 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,247 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,252 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-03-29 23:55:58,252 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-03-29 23:55:58,253 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-03-29 23:55:58,254 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,258 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,264 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:58,264 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:58,264 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:58,264 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:58,274 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=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=849 (was 899) 2024-03-29 23:55:58,283 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=831, ProcessCount=166, AvailableMemoryMB=849 2024-03-29 23:55:58,294 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,298 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-03-29 23:55:58,298 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-03-29 23:55:58,304 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-03-29 23:55:58,304 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir so I do NOT create it in target/test-data/e647387a-9bcf-386e-5b68-4a708f6bf92c 2024-03-29 23:55:58,304 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir so I do NOT create it in target/test-data/e647387a-9bcf-386e-5b68-4a708f6bf92c 2024-03-29 23:55:58,305 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:55:58,316 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/e647387a-9bcf-386e-5b68-4a708f6bf92c/bucketNoRecycler.cache 2024-03-29 23:55:58,316 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-03-29 23:55:58,316 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-03-29 23:55:58,316 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/e647387a-9bcf-386e-5b68-4a708f6bf92c/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/e647387a-9bcf-386e-5b68-4a708f6bf92c/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:58,438 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/e647387a-9bcf-386e-5b68-4a708f6bf92c/bucketNoRecycler.persistence 2024-03-29 23:55:58,438 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:58,452 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/e647387a-9bcf-386e-5b68-4a708f6bf92c/bucketNoRecycler.cache 2024-03-29 23:55:58,452 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-03-29 23:55:58,452 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-03-29 23:55:58,455 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-03-29 23:55:58,456 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/e647387a-9bcf-386e-5b68-4a708f6bf92c/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/e647387a-9bcf-386e-5b68-4a708f6bf92c/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:55:58,457 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:55:58,457 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:55:58,457 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:55:58,457 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:55:58,467 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=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=845 (was 849) 2024-03-29 23:55:58,476 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=831, ProcessCount=166, AvailableMemoryMB=845 2024-03-29 23:55:58,488 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:55:58,492 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-03-29 23:55:58,492 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-03-29 23:55:58,492 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-03-29 23:55:59,593 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-03-29 23:56:00,694 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-03-29 23:56:01,794 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:01,794 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:01,794 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:01,794 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:01,804 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=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=833 (was 845) 2024-03-29 23:56:01,814 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=831, ProcessCount=166, AvailableMemoryMB=833 2024-03-29 23:56:01,825 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,829 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-03-29 23:56:01,830 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-03-29 23:56:01,830 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-03-29 23:56:01,831 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-03-29 23:56:01,831 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:01,831 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:01,831 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:01,831 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:01,841 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=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=824 (was 833) 2024-03-29 23:56:01,851 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=831, ProcessCount=166, AvailableMemoryMB=824 2024-03-29 23:56:01,862 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,866 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-03-29 23:56:01,866 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-03-29 23:56:01,867 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:01,877 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,884 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,890 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-03-29 23:56:01,890 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-03-29 23:56:01,891 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-03-29 23:56:01,891 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,898 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-03-29 23:56:01,898 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-03-29 23:56:01,899 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-03-29 23:56:01,899 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,905 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-03-29 23:56:01,905 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-03-29 23:56:01,905 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-03-29 23:56:01,905 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:01,905 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:01,905 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:01,905 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:01,916 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=76 (was 63) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=831 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=728 (was 824) 2024-03-29 23:56:01,925 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=831, ProcessCount=166, AvailableMemoryMB=728 2024-03-29 23:56:01,935 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:01,939 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-03-29 23:56:01,939 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-03-29 23:56:01,940 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-03-29 23:56:01,950 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir so I do NOT create it in target/test-data/8d173158-9ce2-da1f-49c0-15123c9c6dc4 2024-03-29 23:56:01,950 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir Erasing configuration value by system value. 2024-03-29 23:56:01,950 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir so I do NOT create it in target/test-data/8d173158-9ce2-da1f-49c0-15123c9c6dc4 2024-03-29 23:56:01,950 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir Erasing configuration value by system value. 2024-03-29 23:56:01,950 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4 2024-03-29 23:56:01,951 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:56:01,961 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.cache 2024-03-29 23:56:01,962 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-03-29 23:56:01,962 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-03-29 23:56:01,962 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:01,962 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4848200328679581301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,063 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,063 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,063 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,063 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.persistence 2024-03-29 23:56:03,077 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.cache 2024-03-29 23:56:03,077 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-03-29 23:56:03,078 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-03-29 23:56:03,080 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-03-29 23:56:03,081 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:03,081 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.persistence 2024-03-29 23:56:03,081 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,081 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,081 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,094 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.cache 2024-03-29 23:56:03,094 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-03-29 23:56:03,095 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-03-29 23:56:03,098 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-03-29 23:56:03,098 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-03-29 23:56:03,099 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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/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/8d173158-9ce2-da1f-49c0-15123c9c6dc4/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:03,099 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,099 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,099 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,099 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,110 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=780 (was 831), ProcessCount=166 (was 166), AvailableMemoryMB=714 (was 728) 2024-03-29 23:56:03,119 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=780, ProcessCount=166, AvailableMemoryMB=714 2024-03-29 23:56:03,130 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,143 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-03-29 23:56:03,144 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-03-29 23:56:03,149 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-03-29 23:56:03,483 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-03-29 23:56:03,490 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=4.10 MB, Free for total=4.10 MB, of current used=27.39 MB, actual cacheSize=15.76 MB, total=31.75 MB 2024-03-29 23:56:03,497 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=4.02 MB, total=31.75 MB, single=0 B, multi=14.68 MB, memory=0 B 2024-03-29 23:56:03,599 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1196116026502874001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -371255386676577776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 561114635857024272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6467079636685274754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5395507874418039100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7073907933734418734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,600 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2088616094158762683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7754862836255005708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8454596436064634479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7054511560655284747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4807560176422736337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6955156689993258836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7700303284562462546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -667225733211809340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,601 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7528980573650109663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5907791710398449840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3357871290121910195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6464425433066632075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6375579177417418379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2171173322673771856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7812108412360465312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2461317839301776417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,602 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8463523145715720888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5489417980418803128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 866979459090661265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1553249485029900124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 583144721001953621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6645807852792413908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2859712735495364034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4206831526926151322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,603 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2709829469755869345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3457977784745256850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8081597447555978358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1176945899470376494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5387021434817935237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1623694187246697390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7517888066090372131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7038353818947597952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 157361910387855179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,604 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 881929800009692494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2730200807515912852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2894715133617477680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6114013850702078512_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3898166579204339755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7853766402431029969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3062418726447139366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,605 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4445274923244146239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3701433301534918747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8521344737454551178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1779169804665964399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7271606965955693045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3945447525987111055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1897796656804214108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,606 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1546014206155788676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8024801295781052446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7840977302439525035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7775793082447172425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6954926280901214888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3896868886670562084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2454947380031793167_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5128678283073456669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2540153495607826376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,607 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1673062586237994594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7833377663625082998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6140255935124580063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5509297738692485666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6526296119989200813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3716122696043873157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6954232000514567322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8504888188949401325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,608 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3848885918260810516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2480820668222363232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1393257082028089519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5183756078392810779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4451144486453945072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3528899357443603777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7140197504197307337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4914210542207305707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1227638374797341146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,609 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6383147875589060401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6788436975656521591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8225532806257521579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2179601218363257903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7784314520969798830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3912654319519263715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4705390945280393775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,610 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9205616467772551199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1948526505545878684_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2620644564166353107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3166649718556458376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1327277588571167853_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -747538846408316603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2828261796733764779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3471918776712790229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,611 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2194168244192698802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6589460425583157709_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5365436001789789618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7328477105016989135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3038568360139510668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2206689246745687353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8514220739957252352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6221941185093366271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7226169930302053603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,612 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4801014497880307286_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9012529636223579504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5936411718662804918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1431587264872971408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7957471992965732375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7356584810256519142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4188085689576695911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3215585337771879542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5366832457832290072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7959759637693570267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,613 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7808956147866965294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7816207010291503557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2350951084157037689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1456281151717150966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6136819395963003451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6585273668190331386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2898376922602586336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5751539118305000910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -58510662728628952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8446047484340480690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,614 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6392473122220826448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3431279701665763361_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5388905710222848165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3361244723923951630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7018587201925198094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7880605415895466075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 574013171735470882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4478941550281487644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -790591438945840190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5753978011208146137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,615 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5913282882152076726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8481016660378428750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7302035603860445793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3247297317888874181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6787766511664212048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9016102569508507859_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8704713361025985271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3869666356104302739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7578215985923083409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,616 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1360541972392136091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1265985052227959783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8978466956048021308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5870759922716942278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3631999629348738840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1310733691748219281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5778362983720117246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3844201074897297712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,617 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5553723974019722732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -300253319371163496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7007307713763908528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2031817003494267928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4488166197800604411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3169163988351874571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6860686060789470271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -328982605605469705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6018293427900705470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,618 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6345974334037942080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4642909684902648965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5373035379805737923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2370038636874486258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2696023102920319141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1762053032049871968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1910503727030180895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3164059378222886528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2630255085673298573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8130064030733702948_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7993268798455428151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2919846721182731676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5711565255465123851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5407945065129173325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3232042242659483602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1135582037583274617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2856453523074759481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,619 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5333410688432090154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2858728502881005190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7066915100101723992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4289929020318375918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4000902608750932548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2663898503963402436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8138641779067039433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5080332500658977151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7040767663639400285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7583408813688927479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3431089572438595258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,620 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1724840422037034767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3820119558572491232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6284899227798776277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3066934108909281073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6456338718800669199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2909186562677599626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,621 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8036461245709870972_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8489828188834133707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6238380693279267922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2670924979094676830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2292118588078148484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3425671417110985170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 452599211762193382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1342880663439084795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7273946348265315307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2159389829308520270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7679072768279297072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5743079094507518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1549132862126175625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8127784850447914207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3681097505152487679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6812995635435639303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 202572400639977317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3250435576098869143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3842146784607782644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1446057182358207541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3640764612700281098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1982356085442466676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3497994021930481937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -201760020117982696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4640165959189056525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -515570524232316834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1476754648738195124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7233543677376953005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -482558556456049477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2375793447487503758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7597084060084876664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7779017318354397661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2846028624103235784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6210067866839654917_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4260184408586770413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4216997256308097516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 376981241821888426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1437112132163055478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1842503898165525218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6231678838248466180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6303765271230212636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1810313341541127490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1499684989854384301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6415899025628330440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 492528624939176373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2331654429252227902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6773200648988839012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 323046414813017346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3432011401675084172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1146844053485771346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1273185836882937604_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1795699224441776845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8289861029509458745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8454179864710524993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7181757710902977654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6131142381219433266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8905984906867285721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2932790905861096679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5875254999567389533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 488839619921144823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1722758095132628388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5935220919308991522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2981301294202204575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8612540016283180239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3285340964020659679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6565053903479412718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6236759687390702662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8016302609079979579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1783174182673453597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6636610993767223387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8594657694845307145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2081967503403077129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3371323100149625332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6836966931144978624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2868102678182028561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3240621576586585180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7892843535573755791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5521241861115038388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5192806568550388398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1327771900753104947_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5850417910061960712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9223154502635954310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5169798653637305311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4024490166914194631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2334431792464964775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3046184259010157682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5976492502986629197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6697762357844237310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4764950813294192377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4225872302695138951_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6123357580694058653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5189068823619265629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3850545701131409478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2471287074468501881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3748606120810226190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5961392217388674313_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4506877774482475544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2932952219303716236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 986464098700718922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7581679875016514275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8489437021828983997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8372651481772361380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8191031142827827971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5530761636658496021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -465480424736248992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6677655445546547433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1692920208787671486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7851155707140849723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3522664679911329840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6930408279310610992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2953309250384352786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5759038734868373086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9088244145842764008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5143716555188719686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6453573577458139040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4788363620261867481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8655219314549159828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3752501475207758830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8447497727873362226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6982112506469134976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2602889540929082500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3088980149905232385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6632882541625564880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4939372510808898431_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1744822434697444952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5710345563137362725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1924235950477844201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6488610380002056835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6282143925400809118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4600290041485455760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6942330331445588694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -422444341639664009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 231277476873932730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8235706069995506413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8009325993624906067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5582876529866465889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1604945802871118340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -515301140048454487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 298045436299202959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5627501915768828839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6847438192698621954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5140193969755488343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2411221432035140484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7539293947838533021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9100305027237055397_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8332735202033354015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5514876243718067236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2047179722715223606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5610571906326162082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 643191066980252427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9160949670466295746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5355643512743760245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1422825672157201282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1082342723524096690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7469612521980202277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3737063666299781998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5969362884644727997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 97784430915780344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5391540669256196150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 373953600123511149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4747260077338796589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7689169462413736130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9051904822543601601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7000815686689676130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7135272339317260265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3646761966788694149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3542631994759943418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7162437430548521676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7319128334495549465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3386192185473059043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7686566016581109350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7548462542265375462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -951762813777011149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4899340390393428377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8661219739849621190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2139985094519711909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6232728629560030441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8677593937918479043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3311144999529882058_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1046940737833732985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4043375197127806651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7142909595332914468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7765270295786135841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8370050550036609807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -766311951174392580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6640655003413034882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4766482553305394496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8816486737144052191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3001905502053573596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8585553305595632638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -853848476675344476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3245680782347519541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7663129920166160226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4792536856289545082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7082638517214025043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6741760295841999279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3069842121581604710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3153021729430371414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3601081099235349648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3719755049555208307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9137415941855061379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5792695240575741194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3698134686156993749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5809766018270626137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7439885549747675161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4272783546305491275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5062643597228388349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3122785845406413954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8684426056211075864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2314848012199152812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4197794271447264118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5813418150272496043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3607946539468129354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7671200854723567659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7615729269141555988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 130503305918175767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9037823508313234718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7091215498386101303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1440921551294858758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6211450774770236820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7747514797806948555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -447373137701782355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4479419326362341616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7072567484726349156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3934954676891530103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2890850817999654260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4781557668358303356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5618433735625479000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3753014112912219577_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2850038394574615872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8408789665436035852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -845720658596981669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5124349521416724741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8057042724469276145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7692824909216415992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4622696852247996740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8005002648329984490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9017896207413535256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4129110765572683191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1900825203058776141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8373636065579563598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3493112799180101002_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 737391676391740073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6231162656792855142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4152149742235318296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3549591416802886861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1299908941021901402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7431960438211038999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1242892714250968825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5597029686365232329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1145679418649637730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6379318191341671149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 531164714524974753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8608835436973403067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -38064362703365970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7829437292522886598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -234821072341171708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1757130140152392655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4482707592466665733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2078386397267766392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8630309005977245457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6576076917796386792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -365552459894441674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3020630408298554586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3441775867359259304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4490375489524232511_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4872597483244778725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2813699331608787802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 778255661051870069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1141780772515136145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2545253093596974754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8886500511659752629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2677869234937212258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 439664817765379097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -823465052908640011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6013026160427226662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4315286075206567138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8512814444369776887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -395802195960580930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4605435272845108400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8957236556901120635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5359227646538974993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6896902231191761476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3766423075376800356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1844887656499676205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7515838864436053017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5079601314369023289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8156539442446749019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1098892984655432211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8752808261947783861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4051322939509052740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6562734127740320380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2276996343132662549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8292884967789312328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2402787383541475655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 392731261189635956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8550898435983085351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3508425137492510721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4028887327883152065_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 79806568883420916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -81266020005009936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6100160414053544810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8798700065287744618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6481640073258999357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5616046499757885744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6342446994961000939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6102934363951449598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6656942501174458031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 358989628893544578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7700575572618412513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 505444670589680174_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2290964708887993654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5095889776563745686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 897768551535563887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5143727237590316079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5539561935892191651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5348889243882034752_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6987343813008025123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1368069761350673882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -601434876739246182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -494976894643384980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3603469237300694966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8225793340899680163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3375575711240771846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7532639038812088639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1730238149694719367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7777442671324721290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2373094810970753131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7939717019627111238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5460046242662392737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4376765431601823759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8540967285492720125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4825622094244942492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7444330076465538971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1850099924314227435_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6469146762841860383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6869185178443394559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6577859847033692464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3598454760806258161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1968294220298584451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7340739139673609064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7481580843822891908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6159749094156635413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1285852312657536732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2505310952224457771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1969918402634054730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1820928043717735801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -642615845415619423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8403301781740701264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6823273160877394846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6030709018754444309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4870080274322284217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 629009503611629924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3977722085290239654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4888291862720905711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -354087174949753794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2759812735625544719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 933344116603422049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3041028366358277912_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4367896037606508640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3598549988431000429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1244856053081019832_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4528241758403471762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7886000158469553786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8600271955982861135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2527964924380490491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1598749388614182075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3620089542393439298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7633732058853085350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7997544157262006023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6176827618745522666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4362529668045411548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8211025405617700387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5878443629964298279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2099039374151907476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8134334626590735607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4202701750019027476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5571004368480190834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8007228340766210921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6164507840896960323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2508495195718366743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5147556480857386453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7558781102772414554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6075267356733418351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4726966656428388356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6422320738134054207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8688737558680388843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8705362611038098192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1616341919787747731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4069496381238344194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1630453210953571114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5286628410665819756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5440412600230305514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8088796585841038339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6494332479934915399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3140562667896575494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1418854710866990102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8082527181702895056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5612738408255626767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6022984385850505213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3482954185869214201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -560940803516973948_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3391050080765107676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6470051913872322885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8421102255592849642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6003994443679656933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7825713298938620824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4830516379371956896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9205246891752452635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 744679812069043062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2578491411248563726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5756666130600878914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4329203266723042795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2269970211750837430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3002167344487457380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4379131422763464326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6712530891346272460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 265402965886888335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2967914849431048289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1672884520161223781_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8131754535298701064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1168034030947102575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 279223494847058153_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8958483077465591485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4361725483236213687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5813168408777580822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2920928325521208387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5031969745392827551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5941191195261975630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5118319921422116072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1650216588076654664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 685612698612487893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3096074074342987192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7935567341794808555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5347089949133754127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5982239947094488726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4026023087157303753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9129777604143227406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7478465757331941736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4211476742210866773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6258995260874239505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2557841739364783853_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -31148369441750906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1997615433582222984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 405693643174643534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -221780917894818441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4623638039207874796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5413531319600408135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5061850451069078506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6460374809052994052_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8331181136661797242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5045109917350872201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1529263731822435262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8417589194097539807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8574785000154318208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5962899372097593018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6448466990302043159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4623123008686589864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4122872180552942260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6686089086871058603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1805034453072011139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5712779983288704611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6108758479683063368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9104272484350370772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2557452568925825721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7281456943517862353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8196858639833965073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -999306617157670493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8474287522296578168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3197904683221893803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 976112491270963128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1741260723860292732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5554625901237661133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7295727233091017582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9173386399464348741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2441071470771722296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7608786398592986259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8026773486010401061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2510036676011537937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2255949095470691991_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5794483785045859664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8130821827644635395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7751688081699304297_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 554128124452561920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2742548886611009689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3598999555514950764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3782184001092133982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8730885422506242537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7453134897963102916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8932405161578846077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2694920399536484627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 640689640088048915_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3539904741907518713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2745061313613012347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7534961114198203834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1339885086573500603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1086746046328859853_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 509374162073843311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2305652015904503955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4213833812866281084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2056160822649214124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3512197622631163562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 460575549109791466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7683849254119431860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8320023028618484730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5684917255788965036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8043864278062228717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7485683559046998817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7653657936864997328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3747284934734932013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1138027361257528973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2675400026235973831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8864979639850961643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8165560832245146455_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5115895191584060084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6773474662444776375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7585583654665243221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2833985753292152675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1587296841639991833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9171259659560377030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7115982112884536888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7375564429286378662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8377386416641970169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7315349821378725136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3193208935114313830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2587845856508833265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2485517029815031887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,655 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4118378324231619579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1180438436957706720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7024328208757720932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2591470097959526976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5742926193372233796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4141317758184719236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6548511915925441158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6042126498496861785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3738335344947684960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3890398573151134167_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5568284205442436677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4610366836450336389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5310396813573017505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7319627936154505260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4572911413480774686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5405044272466738436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4847456404267837265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,656 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4454996837974580076_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1718027086766918736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1019683701815610460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4837556396558216741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -69495089738055794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9046543457646158351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4647499924107198060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -341956952408680100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8744787142707890842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7742471214965465203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2626251016595277545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3543596840051378140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -385380828357225536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3028129578751091079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4450017775094257332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2666027425493530835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5285537184733895099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8385456727934880558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3062876326115436592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6939145972104511446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2963112705915103080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8770337066241235427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1668798098689681473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4501815651581894842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6594789869108191943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1835527233875003206_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3981306573706937327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8085041072664101053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 155207047547826376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5800518617782445363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8410037434106115718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4167776754466235987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6003752366861361169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7533021400508718900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1839469459518436584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7002786430759772856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1322946151111003221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5028165691536060483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -505501470359731632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 305558026745773904_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4975509281537001168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4323766858160572260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5465221146165264113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 408089582722230808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2267794184994204950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2138780478120028875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2606639356326776289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1191445719770202324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3188753230053051509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8157711529300560451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6106856122907370180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2798265444998046808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 463030984032627645_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -710898170441649299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5497193309856400210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4719542783765678646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2538070915628233308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -905420841902866176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7682671879842798098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8474948679343484555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3296891312363656281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5969328641186634740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8253702387475810420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2575156420456114892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8824052186462457334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3678317437836688965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3095557987825852422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6485953876580456049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2679422741633917352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8533625804046113416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5783429397882966468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 592304931289398128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1920848027986609495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2796618252177074449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 10598926625957088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4592302650361962436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5887996379774825638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8197691280269579885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7690664561016331692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1009158735445498444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6493746547159213098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -250945380899378862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6439261496375116630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8649600334323915339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1397766258280963855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7237701284604084836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1966867613857226952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5486200249129129723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1304842740252966641_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2080252216043575701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5873087393897823191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9114080103387512019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2499227886628969365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1765529313652585272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2622300921729353601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4963764414018795032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -646224509372117162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5888110448293580714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3048150596512794355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3454635139921280950_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3110667526471720232_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5426827226480325494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3341328789206666252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1058240551129440446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3318120015607796666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1240110456727463427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -641728530004327860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1108513939068056176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6685143670078727636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3086000576756657104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1526075056349302483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2910654750296748611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2867550431749686097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3387448164776475167_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3324137618564987705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2657301019845291117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6364856566288285816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9174409615729321760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 536509033702658198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7095047892523195958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6509224228135262392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 194652361853586045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4164155174761965359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5873782390385346343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6200561937214700820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1900370505127074633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8913253542757106458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7350524896723401936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7491183261189945877_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6545107322201422589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8332670573898736187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8423836774103239337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5077182040609511521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1103556671361145998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5931500864204493179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 734910800907542101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3655745324715503230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5076591406138612396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4670619003758362697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5769391722683108955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5774398622152568765_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8745276944028057327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7295033580028042549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 476733837596105474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3780328808007385620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 350209963050414282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2431414423789552523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4581554348617686941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1896753076127469543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1891710947621292133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1315631310020023714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1511612932001750294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8739309320411117326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 763182400522406281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2251997508557266245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8741739212927449104_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8620183763159500583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2875999540304049291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 315182276513251535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,665 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1463464977325584432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6559834270066210414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7102095773171669953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4742241018827803819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1062713869158171742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8862001376423251440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8396740107370308860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6313039568330226278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1032037089670846012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6709924998691926448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3753110637565150190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9163628491911280894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,666 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5111003018285157763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 232493476513770241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2841071212558092406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -769332393105878406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7343185577003068832_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5576343289816276844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5263019761777140367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3751456346093770284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6588350119414031364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -971989842333914589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3563618430208926782_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4174671613925339695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1662500463241339578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6082091892212427013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5963216630094056984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2961788169659755115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7796375105618128406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 558019422946568690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,667 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4409437383352469457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7952953408275206387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8021379317529428687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6468326715678814701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -117431471229677121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 474090743670812718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3247020550958179977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7324412021148560814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5428064528350071276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7376783197977517348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4929880291424327374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3177956413562529420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -182101229718661094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4914773361483300050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7073907496158682881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6061786774516613592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7640025050169953537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,668 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3371075317565570944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2840892088561602048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7238425780192607938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2588878693596116356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5529843889253492272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3962607635844801586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2065949847094307583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3746825651635608427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1645995509483366510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7211413596372175802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 222334166835370727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7334819150164601925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8461243752337315445_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -361709691545970038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6535705755099857012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 407852649474514728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4324389017560885351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6104465490147472462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,669 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1905221638929498436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8540685836679536353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3047907729911935879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -630468647573819502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6643083617616444253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2793959856325708440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5599185475903097702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2621842651546710624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1172043724790591991_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -595387457958478480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4733324275420414651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7846070591728484535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4512674297234811937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5736951810200307310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5014448978421439204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1451607964430483808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3045292120171048974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 191586268918748033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,670 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5197302282725839205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2894812205236534741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -630056051254941791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5942939961043648135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2809042605856606036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3669979885566346667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1462801811171676894_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7068407022033616907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2696255227413893153_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7084861674574791840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4679664361714406017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5765579880116026118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4898291369902228347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -351366338282953284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4362618378357052869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8240473709909660773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8939307203437848035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6721164340362332976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6709290855230626082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,671 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2272316685099330133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5339422950407343757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5542677933615257699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7507037292296236189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8561921971162113544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6835086933366141077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6265344970474060801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -938802440313018749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4528605281087505694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5654120149520693609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4767599300471923227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -91911763052180550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6612342732860949448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8295392634349116309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8842345200106539021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 203747226324555977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1429646878734683052_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5974361941121593558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,672 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4889206899994176930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8498207294054998371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7845056431424621317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5903462282426285212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5531008774559609864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5375784690939033131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7715566847407059968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 624395534439238229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5277981402646420860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7606206810714079274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1147150970386664152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3591887468307796237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6072096751838002669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6805831535015081463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7108070120867680098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4607426597705424289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2903768481385323063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1424693359838101133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,673 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1274511328045835506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5975463421696423777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7693429171274699484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3121091325648412101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1175873612950500621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1739468163326460841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3903821476106727643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8247933402693786331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5127095155283549974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4643679993220894667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1520065973011201017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8172454874531816367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1609115564231185814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 80929061775541396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4935642103619780249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2030035468021726377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4980459135474846036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,674 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2016869191040756952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4784991803902133287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1714000414948875356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2413525286131863933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3005861918868075868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6279464960064184391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4367803276304694209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3715405002873446056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1785918140546671978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5704496766173109647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2791453478253259838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5093047845629211216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2949436055868495772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3882975066725604205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6059028838342767306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7811485766519997361_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5125054527050433326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 546212861617523538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5676385765176353024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,675 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3215732806167836946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6073678575927217385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6002678485206421460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1192991515738363268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6690137121514020454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7536735788590768551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8634434588989924580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -830209381136530689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 323867866100586896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1238403419802164385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4518278519124506746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3849760247932139543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4896325771192823113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2443202471839123231_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1490608667246842345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1424297901709649876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2629991582516193500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3308715389912732100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,676 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8758201030668392118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7627579433867294868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6104200077297083156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4303009570558768410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4859596472547027183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6311252675520215045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1554029256802852025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7217831266136703533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2680620943461029216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 924524483598795686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6934248823318417119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1471669394936146096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8784652555978152846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1185037007491945429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6009657710820211605_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5069843662530054086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6735049454092814490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2760268500160357823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,677 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -134098671452911551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5883305613608335987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6814405991018020467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3437351984067084041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6857000446819829672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9080512142579314137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -635508689906968044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8248626871721857727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5931028242635113940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8832018924090197182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7744703881301562692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8965686449427591116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3487357511020640601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8289798275417648991_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 621820379266891137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3419251573963625688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4931953256866705808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8891764830132110708_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2101660383175622132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,678 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2475943366710918573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1284401975530487132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3606855104866018366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7687296148201494062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7296735963739338215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3098523453922164453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8351775331942857625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1889136968671050638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 547088385123738700_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5073469168130410817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4940347524671370000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4524019966972813580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4972271504043049966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5441540045355122892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3362127811799410679_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5876395129052485767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4601374306260703906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5666109952670177601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7973228014128205226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 957094842142187151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,679 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1005761584864728448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 286007621097832255_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4709978609725309271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3441366098589200139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3132676451692082163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4648661261278425787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7460524078820349535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5472558565609842720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 539594376281739852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2965866799525420620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,680 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 249899339236094779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5506132131656751299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7906492595101507364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1464854353493105267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1914977935894664377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5165785135673056201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3352966710733091716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3108649731596373852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 272673300870049964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2361795165304898256_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3250535340956590974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5872886666733396164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6695926012073485845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8841974171495294785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -910038737100769484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1256014815343165333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7274842675264167560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4326238390403065075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,681 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1180548838024339636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5505711687081294511_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3350635319286447246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4083795114887158004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1371344162435651742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -898687047609825783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2439167175307721024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6830671798035976255_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4468753396879851792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1447632007038536715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3146463952870945262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8802497223252272221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1055450189129121938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1175226521533617960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6781812927293540105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4539567902773098379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4172123914176939068_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,682 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5493328016220654195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7849709216005585803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1884879776011923623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1366056221223724865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4486041415028054783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5239072477107953120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7137278887084961197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -970731809544351394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 31967475291253745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1802302159111845736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6963635648318949184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1365681254933456543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3135296077034193139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5290601266572473929_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1768836782690849329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2885989818958843476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,683 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1002147964967613434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -836453081157017862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5732024485769024312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5327014297033246981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2332549528776781647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -460553156012538115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4916253216026957097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5635777294612384159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8838187493386801759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2570363603348592780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7705308016553089370_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7636604285093591521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5630232041911088186_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5366639894663577013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1624960443011575705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7212460137446312189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3268101493070437834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4969082406362537353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,684 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8309545514888807454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5463584349686761428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4648945428246595672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8521945261418629267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6350739785158383875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1146819809860938521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8044446206219645509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7147039800276396879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1200778232408024075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9073974974711309824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1928659231777803056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3488324773349331072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 246140893598156210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7377641310073340736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1234429460825729690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5212664480662251559_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1532675234071234823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5635965191834086960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5348780169718002481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,685 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6917427604422199977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2477293308878393862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -230194597697002714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8897916114748230828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7127877096998426375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8894135893112327371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8461011880757057438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3493816297652452309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8414133245883797521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5775827005961477793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4392534312014338347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1919837654971461932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6889293032965690410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1195324527430936693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5439698176939941105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5595674349070434592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,686 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3173981261225841712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9051692252583062266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2090105382998698308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4203952309137195937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4869909803905459730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 395189294131929248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5954580422890587072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7003055528499532081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1973588773908148183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8587293745818947460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6726159604656869234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8969329793849777787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3432329204048248226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1566091367067558390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2739396796993121196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5048447135548456370_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1055250351233415384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5854102189595189267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4426053249015844345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,687 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3103824405259530690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8470684958204267876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8724946945067854139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -429620231219072330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4986020148180399866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3774297705532079895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 380539932475737236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1658532281137807822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2071622463988047143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6920961435324646642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2409075315739978967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1286647877863502465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7522459544429404880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2674948214742088794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6310671244537347251_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3054967743824593525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1075030212336284386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3817150314010060724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6786206121229892872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,688 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -21218041775835441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1270423103484000781_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4222462997886331157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5941741680655276683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3562826536508984985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5075595199787506541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8149901945855975271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -468745383723439178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5649069360857617351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4395174309877124565_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3662599565388464418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 658282893206547306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4136457567187457123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -59951059731415977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6207680289274854317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2496000293908019465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5635952695143649671_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4226177468477051168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,689 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 609880671527122682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7408759628795193316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1926736001087934047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4559589218586154759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3325022726375213941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8808622120236981019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5612027328744222392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1015209499519491733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1528971357615797630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5168915318012324073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1794181997357087076_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6268427430158227793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6568943133893020490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4396126735096431176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2019782141350347509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8764643502538690760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2128341217877283830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5470315650792836413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 343625275170489660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,690 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6338370494114513835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1230582914489364567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6512091128697929760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7542948549852437970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5306300297499311285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1539547592679068639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1477869301790488243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1698720154478839495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9045102166399208801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4016998895523691724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2547403125508571035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4245600305740570461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3747350014894881978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -114737945043412199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2866979514123688230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5132605166674477594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 939947840578304707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4198963523255683596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,691 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1023947631887551319_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8796871349381139607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 764402112538901989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5364265938946170778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8271574681317503340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9075323040810295635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5196178512513077178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3909883566529068383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6062278885164468097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2949280883319928194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1783231611085111614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4559636016271907485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -91789808836071316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4023596022258248756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8023057063980094497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8444335127882225051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2906887224414345031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7515581146194577673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6041430177533762006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,692 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5802892381217191852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9020913290575656444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -305382876980227226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2316838977747287558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -555687360491968677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3075458642040670867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8769442685530631674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9055461903392938664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -561032222395476026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6551828248954121395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8078002110122733493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7248562245908953623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7343995968144119495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4202586192933936978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2557587352196657596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1849717330003488028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,693 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2371882203683613727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -900122433087635457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2892686960179827018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5463427194309807162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3414386176909130308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -378628497039899409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1792498768306383391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8783699705765785478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5835944092472677289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5771952003453883409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8706283592706461308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3857180669845630503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5956079233137231726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 961850981188252217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 459076715195430889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2438211418795297191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,694 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7526679604589237965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5480683870680266464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7467248381595372415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -807370220174211108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6471610190083863574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3592800442102649410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1515993223967827933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8562910394702619573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3450869612208987063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7491486619739001622_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3502905562653744483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7581530449087125514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1113890864337201603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5242207863686959819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 997060441121963873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1859099634373644343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1699451091520387476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -41009229078493427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6201948463131523295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,695 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7224981475406898148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -334470908650062215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4492363417013905020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2973585720707171643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1591142740912650301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4741608476864738118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3288635622216016164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7661846621210100969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1261807101860422311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1346724356005584191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3278583270472546515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2749199516367830002_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 949568264163526835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8926198760115747660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6048365477732991262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3600618550948935542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,696 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7706912153266381337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3725947293607252544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8471222687763198273_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5270945954361159737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1209023695624111817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1562063859565687438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1924877779304659042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1631641786800872527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5044767872567320189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9031983659075370159_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -886725617664853493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4920742626539030093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4348251683206935593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1832504797049640207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -826707928555596230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7213038984403037189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4160323351729093379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2730507087229305885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,697 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3556909725657622879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3264593204036994533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1106234069958085499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7645594072405272405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1345243518877060093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3140734438541691624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3319384498600609425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9095698604972699626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6017268393233021475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8120819662582242183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4746664420295337388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -346654145783203598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1020062712848284293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5872953217462009675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4609214299837467314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 118564248069773007_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7253336616692128291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5379548515294842328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3479764043110784430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8393023601403792288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4452900705803236275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1401368527780255316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5474309073647567622_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8778608234143409160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2572166690885852433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2219469603663156311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8698971599480534992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2961935787470583494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3944507801709349113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3343171096220364378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8819509886296177698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4607129940412936284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7029132239115761532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8560230792317687416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9005730943053884440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6029319914052876872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6615433266994361501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6400183929626747790_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3847023650750782927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -743940898941303474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4934973510540021126_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3645585585649847961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4663198694183469980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2139040916577767663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7345248839067659023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:03,701 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,701 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,701 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,701 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,711 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=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=758 (was 714) - AvailableMemoryMB LEAK? - 2024-03-29 23:56:03,721 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=780, ProcessCount=166, AvailableMemoryMB=758 2024-03-29 23:56:03,732 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,737 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-03-29 23:56:03,737 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-03-29 23:56:03,738 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-03-29 23:56:03,739 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-03-29 23:56:03,739 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-03-29 23:56:03,739 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-03-29 23:56:03,739 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,749 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=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=745 (was 758) 2024-03-29 23:56:03,759 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=780, ProcessCount=166, AvailableMemoryMB=745 2024-03-29 23:56:03,769 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,771 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-03-29 23:56:03,772 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-03-29 23:56:03,773 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-03-29 23:56:03,773 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-03-29 23:56:03,773 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-03-29 23:56:03,773 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 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-03-29 23:56:03,774 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,774 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,774 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,774 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,785 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=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=745 (was 745) 2024-03-29 23:56:03,794 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=780, ProcessCount=166, AvailableMemoryMB=745 2024-03-29 23:56:03,810 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,812 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-03-29 23:56:03,812 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-03-29 23:56:03,812 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-03-29 23:56:03,822 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,824 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,830 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,835 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-03-29 23:56:03,835 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-03-29 23:56:03,836 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-03-29 23:56:03,836 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,842 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,842 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,842 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,842 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,852 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=84 (was 79) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=710 (was 745) 2024-03-29 23:56:03,862 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=780, ProcessCount=166, AvailableMemoryMB=710 2024-03-29 23:56:03,872 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,876 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-03-29 23:56:03,876 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-03-29 23:56:03,876 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-03-29 23:56:03,886 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,892 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-03-29 23:56:03,892 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-03-29 23:56:03,892 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-03-29 23:56:03,892 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,892 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,892 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,892 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,903 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=88 (was 83) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=682 (was 710) 2024-03-29 23:56:03,913 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=780, ProcessCount=166, AvailableMemoryMB=682 2024-03-29 23:56:03,923 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,928 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-03-29 23:56:03,928 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-03-29 23:56:03,929 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-03-29 23:56:03,939 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,944 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-03-29 23:56:03,944 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-03-29 23:56:03,944 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-03-29 23:56:03,945 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:03,945 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:03,945 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:03,945 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:03,955 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=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=642 (was 682) 2024-03-29 23:56:03,966 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=780, ProcessCount=166, AvailableMemoryMB=642 2024-03-29 23:56:03,976 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:03,980 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-03-29 23:56:03,980 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-03-29 23:56:03,980 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-03-29 23:56:03,980 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-log-dir so I do NOT create it in target/test-data/ae7655db-0466-0faf-6c00-00d24c005d3e 2024-03-29 23:56:03,981 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/d466dbc8-5794-a7a0-80da-238b52490bca/hadoop-tmp-dir so I do NOT create it in target/test-data/ae7655db-0466-0faf-6c00-00d24c005d3e 2024-03-29 23:56:03,981 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-03-29 23:56:03,991 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/ae7655db-0466-0faf-6c00-00d24c005d3e/bucketNoRecycler.cache 2024-03-29 23:56:03,992 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-03-29 23:56:03,992 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-03-29 23:56:03,992 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/ae7655db-0466-0faf-6c00-00d24c005d3e/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/ae7655db-0466-0faf-6c00-00d24c005d3e/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:03,992 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4272185913295197051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-03-29 23:56:05,093 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/ae7655db-0466-0faf-6c00-00d24c005d3e/bucketNoRecycler.persistence 2024-03-29 23:56:05,093 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:05,093 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:05,093 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:05,107 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/ae7655db-0466-0faf-6c00-00d24c005d3e/bucketNoRecycler.cache 2024-03-29 23:56:05,108 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-03-29 23:56:05,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-03-29 23:56:05,111 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-03-29 23:56:05,111 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/ae7655db-0466-0faf-6c00-00d24c005d3e/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/ae7655db-0466-0faf-6c00-00d24c005d3e/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-03-29 23:56:05,112 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:05,112 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:05,112 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:05,112 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:05,122 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=780 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=633 (was 642) 2024-03-29 23:56:05,132 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=780, ProcessCount=166, AvailableMemoryMB=633 2024-03-29 23:56:05,143 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:05,148 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-03-29 23:56:05,148 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-03-29 23:56:05,149 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-03-29 23:56:07,400 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:07,400 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:07,400 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:07,400 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:07,410 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=718 (was 780), ProcessCount=166 (was 166), AvailableMemoryMB=613 (was 633) 2024-03-29 23:56:07,420 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=718, ProcessCount=166, AvailableMemoryMB=613 2024-03-29 23:56:07,431 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,438 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-03-29 23:56:07,438 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-03-29 23:56:07,439 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-03-29 23:56:07,449 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,456 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-03-29 23:56:07,456 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-03-29 23:56:07,456 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-03-29 23:56:07,457 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,461 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,468 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,472 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:07,472 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:07,472 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:07,472 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:07,482 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=718 (was 718), ProcessCount=166 (was 166), AvailableMemoryMB=509 (was 613) 2024-03-29 23:56:07,492 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=718, ProcessCount=166, AvailableMemoryMB=508 2024-03-29 23:56:07,502 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,507 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-03-29 23:56:07,507 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-03-29 23:56:07,507 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-03-29 23:56:07,508 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:07,508 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:07,508 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:07,508 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:07,518 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3c22fc4c] Thread=99 (was 99), OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=718 (was 718), ProcessCount=166 (was 166), AvailableMemoryMB=489 (was 508) 2024-03-29 23:56:07,528 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=718, ProcessCount=166, AvailableMemoryMB=489 2024-03-29 23:56:07,538 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-03-29 23:56:07,543 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-03-29 23:56:07,543 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-03-29 23:56:07,543 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-03-29 23:56:07,544 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-03-29 23:56:07,544 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-03-29 23:56:07,544 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-03-29 23:56:07,544 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-03-29 23:56:07,554 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=718 (was 718), ProcessCount=166 (was 166), AvailableMemoryMB=465 (was 489)