2024-04-28 18:56:31,279 INFO [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache timeout: 26 mins 2024-04-28 18:56:31,504 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d 2024-04-28 18:56:31,558 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=323, ProcessCount=167, AvailableMemoryMB=3459 2024-04-28 18:56:31,587 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:31,597 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:31,609 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:31,611 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:31,614 DEBUG [Time-limited test] util.ClassSize(228): Using Unsafe to estimate memory layout 2024-04-28 18:56:32,908 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:32,908 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:32,908 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:32,908 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:32,920 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10 (was 10), OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=323 (was 323), ProcessCount=167 (was 167), AvailableMemoryMB=2798 (was 3459) 2024-04-28 18:56:32,930 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=323, ProcessCount=167, AvailableMemoryMB=2797 2024-04-28 18:56:32,938 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:32,951 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:32,952 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:32,953 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:32,962 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=21474836480, buckets=5, bucket capacity=4294967296=(4*1073741824)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:32,963 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:32,963 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:32,963 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:32,963 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:32,975 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=11 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 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:98) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeHeader(AbstractStreamEncoder.java:76) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encode(AbstractStreamEncoder.java:144) org.apache.maven.surefire.booter.spi.EventChannelEncoder.encodeMessage(EventChannelEncoder.java:378) org.apache.maven.surefire.booter.spi.EventChannelEncoder.setOutErr(EventChannelEncoder.java:172) org.apache.maven.surefire.booter.spi.EventChannelEncoder.testOutput(EventChannelEncoder.java:168) org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:99) org.apache.maven.surefire.api.booter.ForkingRunListener.writeTestOutput(ForkingRunListener.java:43) org.apache.maven.surefire.common.junit4.JUnit4RunListener.writeTestOutput(JUnit4RunListener.java:202) org.apache.maven.surefire.api.report.ConsoleOutputCapture$ForwardingPrintStream.write(ConsoleOutputCapture.java:57) sun.nio.cs.StreamEncoder.writeBytes(StreamEncoder.java:221) sun.nio.cs.StreamEncoder.implFlushBuffer(StreamEncoder.java:291) sun.nio.cs.StreamEncoder.implFlush(StreamEncoder.java:295) sun.nio.cs.StreamEncoder.flush(StreamEncoder.java:141) java.io.OutputStreamWriter.flush(OutputStreamWriter.java:229) org.apache.log4j.helpers.QuietWriter.flush(QuietWriter.java:54) org.apache.log4j.WriterAppender.subAppend(WriterAppender.java:317) org.apache.log4j.WriterAppender.append(WriterAppender.java:156) org.apache.log4j.AppenderSkeleton.doAppend(AppenderSkeleton.java:232) org.apache.log4j.helpers.AppenderAttachableImpl.appendLoopOnAppenders(AppenderAttachableImpl.java:57) org.apache.log4j.Category.callAppenders(Category.java:206) org.apache.log4j.Category.forcedLog(Category.java:384) org.apache.log4j.Category.log(Category.java:810) org.slf4j.impl.Reload4jLoggerAdapter.info(Reload4jLoggerAdapter.java:284) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:982) - Thread LEAK? -, OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=323 (was 323), ProcessCount=167 (was 167), AvailableMemoryMB=2769 (was 2797) 2024-04-28 18:56:32,985 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=323, ProcessCount=167, AvailableMemoryMB=2768 2024-04-28 18:56:32,994 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,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-04-28 18:56:33,005 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,006 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:33,025 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,033 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,041 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:33,041 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,042 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:33,042 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,049 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,055 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:33,055 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:33,055 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:33,055 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:33,065 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-1 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: Time-limited test-BucketCacheWriter-2 sun.misc.Unsafe.park(Native Method) java.util.concurrent.locks.LockSupport.park(LockSupport.java:175) java.util.concurrent.locks.AbstractQueuedSynchronizer$ConditionObject.await(AbstractQueuedSynchronizer.java:2039) java.util.concurrent.ArrayBlockingQueue.take(ArrayBlockingQueue.java:403) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getRAMQueueEntries(BucketCache.java:1156) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:968) Potentially hanging thread: 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-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) - Thread LEAK? -, OpenFileDescriptor=289 (was 289), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=323 (was 323), ProcessCount=167 (was 167), AvailableMemoryMB=2607 (was 2768) 2024-04-28 18:56:33,075 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=14, OpenFileDescriptor=289, MaxFileDescriptor=60000, SystemLoadAverage=323, ProcessCount=167, AvailableMemoryMB=2606 2024-04-28 18:56:33,082 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,087 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:33,088 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,089 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:33,179 WARN [Time-limited test] util.NativeCodeLoader(62): Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2024-04-28 18:56:33,515 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:33,531 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/bucketNoRecycler.cache 2024-04-28 18:56:33,531 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:33,531 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,532 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:33,676 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/bucketNoRecycler.persistence 2024-04-28 18:56:33,676 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:33,844 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/bucketNoRecycler.cache 2024-04-28 18:56:33,844 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:33,844 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,908 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,908 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:33,920 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:33,920 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:33,920 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:33,920 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:33,930 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=21 (was 14) Potentially hanging thread: org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner java.lang.Object.wait(Native Method) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:144) java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:165) org.apache.hadoop.fs.FileSystem$Statistics$StatisticsDataReferenceCleaner.run(FileSystem.java:3693) java.lang.Thread.run(Thread.java:750) - Thread LEAK? -, OpenFileDescriptor=290 (was 289) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=323 (was 323), ProcessCount=167 (was 167), AvailableMemoryMB=2727 (was 2606) - AvailableMemoryMB LEAK? - 2024-04-28 18:56:33,939 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=323, ProcessCount=167, AvailableMemoryMB=2726 2024-04-28 18:56:33,950 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:33,958 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:33,958 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:33,958 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:35,120 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-04-28 18:56:36,221 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-04-28 18:56:37,321 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:37,321 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:37,322 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:37,321 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:37,332 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19 (was 19), OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=297 (was 323), ProcessCount=167 (was 167), AvailableMemoryMB=2694 (was 2726) 2024-04-28 18:56:37,342 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=297, ProcessCount=167, AvailableMemoryMB=2693 2024-04-28 18:56:37,355 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,362 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,362 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,363 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:37,838 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=1073737728, buckets=511, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,838 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:37,838 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:37,838 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:37,838 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:37,851 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=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=297 (was 297), ProcessCount=167 (was 167), AvailableMemoryMB=2653 (was 2693) 2024-04-28 18:56:37,861 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=297, ProcessCount=167, AvailableMemoryMB=2652 2024-04-28 18:56:37,877 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,884 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,886 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,886 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:37,897 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,904 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,914 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,914 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,922 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:37,922 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,934 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,936 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,937 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:37,937 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,946 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,946 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,951 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:37,952 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:37,952 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:37,955 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:37,952 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:37,963 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=34 (was 19) - Thread LEAK? -, OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=297 (was 297), ProcessCount=167 (was 167), AvailableMemoryMB=2486 (was 2652) 2024-04-28 18:56:37,973 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=31, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=297, ProcessCount=167, AvailableMemoryMB=2486 2024-04-28 18:56:37,984 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:37,991 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:37,991 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:37,992 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:38,002 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir so I do NOT create it in target/test-data/5373d945-65aa-8390-b268-b7a374211f95 2024-04-28 18:56:38,002 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir Erasing configuration value by system value. 2024-04-28 18:56:38,002 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir so I do NOT create it in target/test-data/5373d945-65aa-8390-b268-b7a374211f95 2024-04-28 18:56:38,003 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir Erasing configuration value by system value. 2024-04-28 18:56:38,003 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/5373d945-65aa-8390-b268-b7a374211f95 2024-04-28 18:56:38,003 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:38,014 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/5373d945-65aa-8390-b268-b7a374211f95/bucket.cache 2024-04-28 18:56:38,014 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:38,014 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:38,015 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/5373d945-65aa-8390-b268-b7a374211f95/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/5373d945-65aa-8390-b268-b7a374211f95/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:38,016 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2898927251493191694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,116 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,116 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,116 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/5373d945-65aa-8390-b268-b7a374211f95/bucket.persistence 2024-04-28 18:56:39,116 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,131 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/5373d945-65aa-8390-b268-b7a374211f95/bucket.cache 2024-04-28 18:56:39,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-04-28 18:56:39,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-04-28 18:56:39,134 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,135 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/5373d945-65aa-8390-b268-b7a374211f95/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/5373d945-65aa-8390-b268-b7a374211f95/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,135 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/5373d945-65aa-8390-b268-b7a374211f95/bucket.persistence 2024-04-28 18:56:39,135 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,135 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,135 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,149 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/5373d945-65aa-8390-b268-b7a374211f95/bucket.cache 2024-04-28 18:56:39,150 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,152 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,156 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,156 WARN [Time-limited test] bucket.BucketAllocator(412): There are 1 blocks which can't be rebuilt because there is no matching bucket size for these blocks 2024-04-28 18:56:39,157 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/5373d945-65aa-8390-b268-b7a374211f95/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/5373d945-65aa-8390-b268-b7a374211f95/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,157 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,157 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,157 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,157 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,168 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 31) - Thread LEAK? -, OpenFileDescriptor=291 (was 290) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=297 (was 297), ProcessCount=167 (was 167), AvailableMemoryMB=2440 (was 2486) 2024-04-28 18:56:39,177 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=297, ProcessCount=167, AvailableMemoryMB=2441 2024-04-28 18:56:39,188 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,194 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,194 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,195 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,542 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,561 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.01 MB, memory=0 B 2024-04-28 18:56:39,562 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,564 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.06 MB, memory=0 B 2024-04-28 18:56:39,565 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,568 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.84 MB, memory=0 B 2024-04-28 18:56:39,568 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,570 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.62 MB, memory=0 B 2024-04-28 18:56:39,571 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,573 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.02 MB, memory=0 B 2024-04-28 18:56:39,574 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,576 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.80 MB, memory=0 B 2024-04-28 18:56:39,577 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,578 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.59 MB, memory=0 B 2024-04-28 18:56:39,587 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,588 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.24 MB, memory=0 B 2024-04-28 18:56:39,588 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,589 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(929): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.02 MB, memory=0 B 2024-04-28 18:56:39,590 DEBUG [Time-limited test-BucketCacheWriter-1] bucket.BucketCache(844): Free started because "Full!"; Free for bucketSize(17408)=595 KB, Free for total=595 KB, of current used=3.98 MB, actual cacheSize=2.29 MB, total=30.06 MB 2024-04-28 18:56:39,591 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.80 MB, memory=0 B 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 196999966273250622_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7730173571071561644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9097088004644970283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4374960486953747336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1890719195015516117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,622 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2996122262596783867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1548792471947114162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2079083421003168811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3247765661482882785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5304100762607590227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8173411887424832924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -689748747455098293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,623 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 327903519299162639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7819136169145732896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4216521980955535612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6521463685846899880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2611582970666434928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 494350200693984676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4959040907905013343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4266456417899826467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,624 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -700167749639315319_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5089572237529143309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 986224603557922378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7419314523601518990_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1562465216588145476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6901984200244285959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2585496924943085097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1559415776395570699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5657359359019895943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,625 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6412159949481894678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1620986492421995334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8817599043122950022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9094471083989297107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -946729398177863538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 464116900255289568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,626 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3752549452466480802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5275966353760642769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9204964859261188872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1266872326984183140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 325370399012025871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2248905533040277804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2569198599925889536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8251573452916973238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5657486733396982926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,627 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3590117385143066123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7725307305168606721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8060710285275418576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7125996339587777049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2375537790389314677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4535825266753667452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6172522248710423383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3100259352310776061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9134436439110007821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,628 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5057226562059096415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 184649359572858812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -395298567239574213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6031128036231000656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3331644846980699498_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2575429695628875731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6208376990669993103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 228721598165427727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7028755379968774978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,629 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4655968879205583084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8617207790818699406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3092069581662108634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1116874127420804593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8680655301353569776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6904894743221025046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4882379413289715366_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6151880800295055182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6730693366537955351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,630 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 707169785186920307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5326869471039173463_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3790060164730659452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4041864082982995293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7902426524843909751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 847434926602157176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9133749261656830101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2148623284077844706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5587175925583554197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,631 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3803403401338991457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -520556912574007982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2344145847230240970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5704703577787932122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4385370825311634189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1402426280628333815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2323546342908716338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -879431431438283228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2920577368528382034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,632 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3473605472383727848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4866724128182110707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7879211407291479546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3847903094294954111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3130131046443086919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5289233365737890763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4607167482366790423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6936349209595711998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 482928011876758819_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,633 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3907969305109837166_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2986489818623548961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5252602192983334535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5464192494522341629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6837497239352759309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6785396198037462784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2832347700208123288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8177037828706985029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5041232978362529451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,634 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1299279750857459826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -523110067503279277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -566384079476300810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6717315627105866067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3359330849564994988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8564011523277894807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,635 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5765783793060275005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1551755913466530057_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2139447349665012681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6763950336519108596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8758863177019133599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6633295760940556369_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3675505045270634669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,636 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5922161378264020118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9153017883038746219_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6828611633491881783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,637 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-04-28 18:56:39,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8180538399188040526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,637 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4685503397238985225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4245067366789142587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5608537733358155671_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8550781632792088493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4978099981416506470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4769379755544415533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4639177586031363087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3297279971399882202_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5726921485101251920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6547070211586263006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 236241123652077609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,638 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2296375932920612405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1347046197293181965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3835721158678760643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3772129504581366831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8955668977436472888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2286252748991963151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,639 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7699537630686343456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3757976737032961045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7223480963219414981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7208302667343962387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6081813093251210438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6269506680415341610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2951353770612062721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8471629395891573584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7507021975044912998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6409638134306673617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,640 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -831419843613029773_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2723104485633741249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7438855244303605081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3684540620766959959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4379681401932798031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8325191797244107951_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6923771777963497691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4847565643454292909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 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.20 MB, memory=0 B 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3902519105244426717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6411514124630453167_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7637341320778452017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8156141076786663131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,641 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-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5316659393136492685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2953783362603938986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5673401899736824419_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1733440031234214852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3501886152063743203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -224265797942636722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1542853228521106259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6236317917858900792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3484077166634235421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3491281187132195996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,642 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3851207264692588359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3413643119983098321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 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.20 MB, memory=0 B 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3876792916705677161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8080767756873133213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 792691502392394866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4375163535770563334_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 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-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4786678250955304131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5626064664985066469_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2022626283893525518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -524449235007382850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,643 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 684763909587097592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3958284566240304570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4529518407264301635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3688389113834377660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7180605283807792326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1389584414573000715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2780424027416143016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 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.20 MB, memory=0 B 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1334140381544643487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -264284137052956491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 279147677757633955_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 819894528539028302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,644 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-04-28 18:56:39,644 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6354840142154031796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1832239039295184451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4135294858663489821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7096099979498338581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6575129513757590766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1816504220202665889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2900676357669615379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2912060176232600537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1384142000414958218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,645 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.20 MB, memory=0 B 2024-04-28 18:56:39,645 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7592044006129024542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1501092302554825289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 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-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2707419588983218454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8799206646721731013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2597780941931701778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5989701276021518674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 914464498612204160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5706802858377570142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8102084150016342214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 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.20 MB, memory=0 B 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1378970413495223954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,646 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8232847350045227492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2189112405092884200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 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-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4361692958532534584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3291147041676905838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2858837240194016924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3789120999946067086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2491953346788406758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5245516115748380839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5009285840619726354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1861467970115018747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,647 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.20 MB, memory=0 B 2024-04-28 18:56:39,647 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5847272392193879242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3113461395301228530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5063202860710713660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,648 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-04-28 18:56:39,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2323330893806726540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,648 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4177220393648221212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,648 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.20 MB, memory=0 B 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4072556461484523997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1284553760018005647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 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-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6622794453735798774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9129154580087680944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6530948390276260393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4500317926261019638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,649 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2740474753367644907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5915164445410606394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 723890843784247168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2430409250475145740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 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.20 MB, memory=0 B 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5692042556699385481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3806639565478195435_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4668661222110245939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 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-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4856862447674027509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2828568412898977730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5191923745864589992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,650 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2891624148219168632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2183048609900213185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5016966505706179477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3731592423572881836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3945635264252154311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 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.20 MB, memory=0 B 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8926271240424414471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7935614098170163305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -119334921192032257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 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-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3260822565353211583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2725552790101450377_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,651 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9048610029089518660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7542782745839243424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8541606244885742281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4516044437258373687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7449833093144887530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1917092766002576756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4411308656111864146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 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.20 MB, memory=0 B 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5780289099254860574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7485236510635343055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2641266662273588656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 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-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6376049306205738252_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,652 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6756050980336993407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5190382763953584733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6624048373823022704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1032617349444594112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3044313242373364426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7109330337189798344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8946784724126798664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3655600998720765423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6412108085152203854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7253036294378817827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 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.20 MB, memory=0 B 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6628969360960114021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -686768281062182170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4278066809741661887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,653 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-04-28 18:56:39,653 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 45760907672643970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3281269986447826913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4024630448462645907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6369235258984917281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,654 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6517677783598322647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,654 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.20 MB, memory=0 B 2024-04-28 18:56:39,655 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-04-28 18:56:39,655 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.20 MB, memory=0 B 2024-04-28 18:56:39,656 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-04-28 18:56:39,656 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.20 MB, memory=0 B 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 32134997011188746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 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-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3546211119590801993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2037140921136634657_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 720623189791234248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2268531933736910868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7245021978530308447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 120618003266467716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,657 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.20 MB, memory=0 B 2024-04-28 18:56:39,657 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8365207744657040980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5972965381290653223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 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-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1939703361375805367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2872793497184737348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7072744055775444850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6142844265423427453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9106393088877469228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8074141003837163371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4316740974698497342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,658 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.20 MB, memory=0 B 2024-04-28 18:56:39,658 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -410730155505678107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7866537309312991329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 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-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3972452774817393423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4776396331246141428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 669103795710909099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3535319813020723993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4799466096438702106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,659 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.20 MB, memory=0 B 2024-04-28 18:56:39,659 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3301425268248077454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6009610216594010429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 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-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2767357271703073536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8935030147765920429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9134757885270854262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6608299463440743160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3258779538037759662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4250666178347649524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8900522687198268704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,660 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.20 MB, memory=0 B 2024-04-28 18:56:39,660 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8679314615338011432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3136062129803336612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2666594386099737109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 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-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8839888015681884125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5987289632236901634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6895402330397779549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5795517460393761422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8083645752137604424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8590018887769553073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1917174184094649067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1193585085758431599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,661 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.20 MB, memory=0 B 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8752903914037777322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8047569962326678570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 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-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3296537989623055867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3079183500973552808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1933145234809714549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5331910034991925359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6802246485995491005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2653967163920224079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2569517436957329791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7372576075899397447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,662 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.20 MB, memory=0 B 2024-04-28 18:56:39,662 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6001090565533041204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4030715594659235368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -508779177876440650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 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-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7699711834408616374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4745182132199593945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5933205866171533287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6196284451617134927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -567939269853150406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2042149914796959449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5299194642266394637_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,663 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4579530849260275591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,664 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.20 MB, memory=0 B 2024-04-28 18:56:39,664 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2012338690784164774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:39,664 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-04-28 18:56:39,664 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,665 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.20 MB, memory=0 B 2024-04-28 18:56:39,664 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,665 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,666 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,677 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 35) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 297), ProcessCount=167 (was 167), AvailableMemoryMB=2408 (was 2441) 2024-04-28 18:56:39,688 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2408 2024-04-28 18:56:39,699 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,707 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,707 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,709 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,709 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-04-28 18:56:39,710 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-04-28 18:56:39,710 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-04-28 18:56:39,710 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,723 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2374 (was 2408) 2024-04-28 18:56:39,733 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2374 2024-04-28 18:56:39,746 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,757 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,757 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,758 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=20314112; used bytes=10435584; total bytes=30749696; wasted bytes=70656; fragmentation bytes=728064; completelyFreeBuckets=10 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 5120; used=410; free=0; total=410; wasted bytes=2048; fragmentation bytes=419840, full buckets=1 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 9216; used=228; free=0; total=228; wasted bytes=0; fragmentation bytes=233472, full buckets=1 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 17408; used=0; free=120; total=120; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,761 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 33792; used=0; free=62; total=62; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 41984; used=0; free=50; total=50; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 50176; used=0; free=41; total=41; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 58368; used=0; free=36; total=36; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 66560; used=31; free=0; total=31; wasted bytes=37888; fragmentation bytes=31744, full buckets=1 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 99328; used=42; free=0; total=42; wasted bytes=30720; fragmentation bytes=43008, full buckets=2 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 132096; used=0; free=15; total=15; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 197632; used=0; free=10; total=10; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 263168; used=0; free=7; total=7; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 394240; used=0; free=5; total=5; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,762 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 525312; used=0; free=4; total=4; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:39,764 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,764 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,764 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,764 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,775 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=38 (was 35) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2342 (was 2374) 2024-04-28 18:56:39,784 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2341 2024-04-28 18:56:39,795 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,802 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,802 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,805 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,815 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,824 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,831 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,840 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,840 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,841 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,841 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,849 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,849 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,849 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,849 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,860 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=39 (was 35) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2182 (was 2341) 2024-04-28 18:56:39,869 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=39, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2182 2024-04-28 18:56:39,880 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,887 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,887 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,889 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,900 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,905 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-04-28 18:56:39,906 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,909 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,910 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,910 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,910 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,910 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,920 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=44 (was 39) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2117 (was 2182) 2024-04-28 18:56:39,929 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=43, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2117 2024-04-28 18:56:39,940 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,946 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:39,946 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,947 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,957 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:39,963 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-04-28 18:56:39,963 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:39,964 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:39,964 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:39,964 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:39,964 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:39,964 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:39,975 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=47 (was 43) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2064 (was 2117) 2024-04-28 18:56:39,983 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=47, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2064 2024-04-28 18:56:39,994 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:40,001 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:40,001 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:40,002 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:40,002 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir so I do NOT create it in target/test-data/74327be0-ae0c-6b8c-a5b8-24667f4fa38d 2024-04-28 18:56:40,002 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir so I do NOT create it in target/test-data/74327be0-ae0c-6b8c-a5b8-24667f4fa38d 2024-04-28 18:56:40,003 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:40,013 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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/bucketNoRecycler.cache 2024-04-28 18:56:40,013 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:40,013 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:40,014 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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:40,014 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3389443079602904162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:41,115 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:41,115 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:41,115 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:41,115 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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/bucketNoRecycler.persistence 2024-04-28 18:56:41,129 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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/bucketNoRecycler.cache 2024-04-28 18:56:41,129 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:41,129 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:41,132 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:41,132 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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/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/74327be0-ae0c-6b8c-a5b8-24667f4fa38d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:41,133 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:41,133 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:41,133 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:41,133 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:41,143 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=51 (was 47) - Thread LEAK? -, OpenFileDescriptor=292 (was 291) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=2029 (was 2064) 2024-04-28 18:56:41,152 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=2029 2024-04-28 18:56:41,163 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:41,171 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:41,171 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:41,172 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:43,424 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:43,424 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:43,424 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:43,424 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:43,434 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=52 (was 51) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=1998 (was 2029) 2024-04-28 18:56:43,443 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=1998 2024-04-28 18:56:43,454 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,459 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:43,459 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:43,460 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:43,479 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,486 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2024-04-28 18:56:43,486 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:43,487 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:43,487 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,497 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,506 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,512 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:43,512 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:43,512 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:43,512 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:43,523 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 51) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=1845 (was 1998) 2024-04-28 18:56:43,533 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=1845 2024-04-28 18:56:43,544 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,549 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:43,549 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:43,550 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:43,550 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:43,551 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:43,550 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:43,550 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:43,561 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=57 (was 55) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=1813 (was 1845) 2024-04-28 18:56:43,570 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=1813 2024-04-28 18:56:43,580 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,586 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:43,586 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:43,587 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=8 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:43,587 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:43,587 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:43,587 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:43,587 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:43,596 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=281 (was 281), ProcessCount=167 (was 167), AvailableMemoryMB=1781 (was 1813) 2024-04-28 18:56:43,605 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=281, ProcessCount=167, AvailableMemoryMB=1781 2024-04-28 18:56:43,615 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:43,622 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:43,622 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:43,622 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:45,720 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:45,720 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:45,720 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:45,720 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:45,730 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 281) - SystemLoadAverage LEAK? -, ProcessCount=167 (was 167), AvailableMemoryMB=1788 (was 1781) - AvailableMemoryMB LEAK? - 2024-04-28 18:56:45,739 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1788 2024-04-28 18:56:45,749 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,753 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:45,753 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:45,754 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:45,758 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=21474836480, buckets=5, bucket capacity=4294967296=(4*1073741824)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:45,758 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:45,758 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:45,758 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:45,758 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:45,768 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55 (was 55), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1782 (was 1788) 2024-04-28 18:56:45,777 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=55, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1782 2024-04-28 18:56:45,790 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,794 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:45,794 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:45,795 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:45,804 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,808 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,812 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:45,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-04-28 18:56:45,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-04-28 18:56:45,813 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,815 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,820 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:45,820 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:45,820 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:45,820 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:45,830 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=59 (was 55) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1752 (was 1782) 2024-04-28 18:56:45,839 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=59, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1752 2024-04-28 18:56:45,849 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:45,853 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:45,853 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:45,855 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:45,856 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir so I do NOT create it in target/test-data/fd4f406e-fd47-062d-6a80-91adbae9337d 2024-04-28 18:56:45,856 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir so I do NOT create it in target/test-data/fd4f406e-fd47-062d-6a80-91adbae9337d 2024-04-28 18:56:45,856 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:45,869 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/fd4f406e-fd47-062d-6a80-91adbae9337d/bucketNoRecycler.cache 2024-04-28 18:56:45,869 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:45,869 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:45,869 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/fd4f406e-fd47-062d-6a80-91adbae9337d/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/fd4f406e-fd47-062d-6a80-91adbae9337d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:45,987 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/fd4f406e-fd47-062d-6a80-91adbae9337d/bucketNoRecycler.persistence 2024-04-28 18:56:45,987 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:46,000 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/fd4f406e-fd47-062d-6a80-91adbae9337d/bucketNoRecycler.cache 2024-04-28 18:56:46,000 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:46,001 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:46,003 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:46,004 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/fd4f406e-fd47-062d-6a80-91adbae9337d/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/fd4f406e-fd47-062d-6a80-91adbae9337d/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:46,005 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:46,005 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:46,005 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:46,005 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:46,014 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63 (was 59) - Thread LEAK? -, OpenFileDescriptor=293 (was 292) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1740 (was 1752) 2024-04-28 18:56:46,023 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1740 2024-04-28 18:56:46,033 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56: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-04-28 18:56:46,038 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:46,041 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:47,142 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2024-04-28 18:56:48,242 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2024-04-28 18:56:48,244 ERROR [Time-limited test-BucketCacheWriter-1] util.ResourceLeakDetector(337): LEAK: RefCnt.release() was not called before it's garbage-collected. See https://netty.io/wiki/reference-counted-objects.html for more information. Recent access records: #1: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.release(RefCnt.java:83) org.apache.hadoop.hbase.nio.ByteBuff.release(ByteBuff.java:87) org.apache.hadoop.hbase.io.hfile.HFileBlock.release(HFileBlock.java:420) org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.shouldReplaceExistingCacheBlock(BlockCacheUtil.java:237) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.shouldReplaceExistingCacheBlock(BucketCache.java:461) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:446) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:420) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:409) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:133) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:151) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) #2: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.retain(RefCnt.java:71) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:414) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:37) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:410) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:109) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getBlock(BucketCache.java:543) org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.shouldReplaceExistingCacheBlock(BlockCacheUtil.java:216) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.shouldReplaceExistingCacheBlock(BucketCache.java:461) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:446) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:420) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:409) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:133) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:151) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) #3: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.retain(RefCnt.java:71) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:414) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:37) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:410) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:109) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getBlock(BucketCache.java:543) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:150) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) #4: org.apache.hadoop.hbase.nio.RefCnt.maybeRecord(RefCnt.java:120) org.apache.hadoop.hbase.nio.RefCnt.retain(RefCnt.java:71) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:414) org.apache.hadoop.hbase.nio.SingleByteBuff.retain(SingleByteBuff.java:37) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:410) org.apache.hadoop.hbase.io.hfile.HFileBlock.retain(HFileBlock.java:109) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.getBlock(BucketCache.java:543) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:140) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) Created at: org.apache.hadoop.hbase.nio.RefCnt.(RefCnt.java:59) org.apache.hadoop.hbase.nio.RefCnt.create(RefCnt.java:54) org.apache.hadoop.hbase.io.hfile.bucket.BucketEntry.(BucketEntry.java:110) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$RAMQueueEntry.writeToCache(BucketCache.java:1501) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.doDrain(BucketCache.java:1061) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:974) 2024-04-28 18:56:49,343 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:49,343 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:49,343 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:49,343 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:49,354 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63 (was 63), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1724 (was 1740) 2024-04-28 18:56:49,363 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1723 2024-04-28 18:56:49,373 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,377 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,377 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,378 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,379 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=1073737728, buckets=511, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,379 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:49,379 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:49,379 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:49,379 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:49,389 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63 (was 63), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1715 (was 1723) 2024-04-28 18:56:49,398 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=63, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1715 2024-04-28 18:56:49,408 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,411 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,411 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,412 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,421 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,427 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,434 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,434 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,435 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,435 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,441 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,441 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,442 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,442 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,446 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,446 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,447 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,447 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:49,447 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:49,447 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:49,447 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:49,458 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=75 (was 63) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=515 (was 515), ProcessCount=167 (was 167), AvailableMemoryMB=1622 (was 1715) 2024-04-28 18:56:49,467 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=75, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=515, ProcessCount=167, AvailableMemoryMB=1622 2024-04-28 18:56:49,477 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:49,482 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,482 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,482 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,493 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir so I do NOT create it in target/test-data/be897774-b106-925e-266d-38e901de0b5b 2024-04-28 18:56:49,493 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir Erasing configuration value by system value. 2024-04-28 18:56:49,493 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir so I do NOT create it in target/test-data/be897774-b106-925e-266d-38e901de0b5b 2024-04-28 18:56:49,493 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir Erasing configuration value by system value. 2024-04-28 18:56:49,493 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/be897774-b106-925e-266d-38e901de0b5b 2024-04-28 18:56:49,494 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:49,504 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/be897774-b106-925e-266d-38e901de0b5b/bucket.cache 2024-04-28 18:56:49,504 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:49,504 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:49,504 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/be897774-b106-925e-266d-38e901de0b5b/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/be897774-b106-925e-266d-38e901de0b5b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:49,504 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 273724297986417590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:50,605 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/be897774-b106-925e-266d-38e901de0b5b/bucket.persistence 2024-04-28 18:56:50,605 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:50,605 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:50,605 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:50,619 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/be897774-b106-925e-266d-38e901de0b5b/bucket.cache 2024-04-28 18:56:50,619 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:50,619 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:50,622 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:50,622 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/be897774-b106-925e-266d-38e901de0b5b/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/be897774-b106-925e-266d-38e901de0b5b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:50,622 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:50,622 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/be897774-b106-925e-266d-38e901de0b5b/bucket.persistence 2024-04-28 18:56:50,622 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:50,622 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:50,635 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/be897774-b106-925e-266d-38e901de0b5b/bucket.cache 2024-04-28 18:56:50,635 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:50,636 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:50,639 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33546240, buckets=1638, bucket capacity=20480=(4*5120)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:50,639 WARN [Time-limited test] bucket.BucketAllocator(412): There are 1 blocks which can't be rebuilt because there is no matching bucket size for these blocks 2024-04-28 18:56:50,640 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/be897774-b106-925e-266d-38e901de0b5b/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/be897774-b106-925e-266d-38e901de0b5b/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:50,640 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:50,640 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:50,640 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:50,640 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:50,650 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 75) - Thread LEAK? -, OpenFileDescriptor=294 (was 293) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 515), ProcessCount=169 (was 167) - ProcessCount LEAK? -, AvailableMemoryMB=1598 (was 1622) 2024-04-28 18:56:50,659 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=169, AvailableMemoryMB=1598 2024-04-28 18:56:50,669 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:50,675 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:50,675 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:50,676 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,017 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-04-28 18:56:51,028 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(929): Bucket cache free space completed; freed=3.91 MB, total=31.75 MB, single=0 B, multi=14.59 MB, memory=0 B 2024-04-28 18:56:51,114 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6673983539158466004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,114 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3646682232667981137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,114 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4079589535347009220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,114 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8485642326899657806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3822300690473982168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3055615571905595602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7355232306821932642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9026780835713477717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5958198218222517970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1441432705161511278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4642203083169207593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1098420385409104341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2865596705040229910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5401891933227801779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -880720010699153976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 222359939851133933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2544609741259042048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6353562843013034051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8951459898468799928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,115 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7896043667122274739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2649020548810245039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8753733366211665254_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6913561804147659592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9049222927672135436_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6055541347316169939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6595254417684425750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7099819715603358608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6224912997593256640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8539969713318624875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1719851311414650981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5525031227110015866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1194730843282653008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,116 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4991978493894512340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3348245186865974337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3480919633277560616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1920659845189719850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 618044019451525544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -591317803694178574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6171677908608092499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8229913359649787131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -847317168058794683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,117 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8571194254683647246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 413029362210908722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7693496687785528566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1874456994262430479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1537838057618281395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5180963544604624023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8827127023509963474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 626736393409983843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,118 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6383155151276770519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3921641144233323139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2737199893222913165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8738979812106254036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1799137148161380721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5410976796557435586_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4415585968485931325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -249791457065830114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,119 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8392282436439825270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4318912823256242157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4663579916170593910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8978882357462865178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5108965308029130311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5400658892892034087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7558802340869335743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4372139014950250870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -815212792077546843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,120 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8411353328444392311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3056440341483872112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1202090974481821453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1198822450488227075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4054986303738204619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1009809980690497157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3456545980916288237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1515254255842546014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7223577676038762949_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4185890363808181535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,121 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2753229817307015558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2056598093029142470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1975824422856805081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2027953966058884041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8835455563408095130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7682076619378412356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5130705660162172096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9182697252708652717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8163835613685787143_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7148050841599428042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1853648756732042279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5554710077357102663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4503795706748250117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1145697392312243631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6847348174204187078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3067383418037622889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4116919633407453966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5009980647683578935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,122 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2075097964332047486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7039641025560634206_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3939639733640201534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1857172411735762755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8010999565362436674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3223789889438754644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6508109576368722924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -339013814081028658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9063950737129096457_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 698663072106843059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6400845354711859150_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8360589756273567591_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2356881892227466311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8351674861238651091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4206066523834725842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3797523093364353044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8107945205924816977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3592333650084222965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,123 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2813003399029975757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6558963974382372893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6513434376773684119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1794704843472182944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1769235028136996737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7385985228632646532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2068965553927656333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3167504176959613191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2737499146035790617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5897321569043976249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4682944174090294395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6793067332099756914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7081717058409218992_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2739167543669125659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2018711573849794471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3577561608710915548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4972692932342825148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1414187940018182879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,124 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6190540301595005822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6314690166126073531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1662095971695524918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8907756768479489172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6099944312073612785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7699498102390704215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7108902088889755807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5462887912043424421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 928776259856987318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3018572217304242738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2328729783352268307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1818733830774973017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9024885426753079327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2455625861249956473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8749284888654388952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -730246325099075686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6887849267823359139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2984952404334556715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,125 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1592687699916716682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3693243136648013840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2589903995557907309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6350545214929367830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2786826390160948392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4866853473491098857_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 871782380683864707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2235635864984807681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8818679738321267384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5708688013536865822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1370353584573602209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3764891301853134077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5787265776247538792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6233780155964531697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6648193631727985472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2557648278029684327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5494555303141404723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8054844942135450284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,126 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5444840482911355082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8819641101624545492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1458304108994080092_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6203200783991096623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8438495555570120020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8575019552767103882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2494597110899255551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3669740050678834629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8529515249860376287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2236192219133461080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2987457585462672665_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5737632359629314103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8716790438026203095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2894300585103668809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1110183355690752194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2292327987154720897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7169583695537056433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3648602143729728497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,127 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7821105645981252817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4282999840410621587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8788420804921335243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6950672632350816323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 90861999795025098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3578688985811320008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4855149614065977603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3947235888922700863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2144657898929781462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7692927644607113522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5580483009470996131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5615751636183393501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -353433849835869744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3844639627726892116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8800606653140701963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3478257956885785660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -155011672569063576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7474290091802232974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,128 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8200149011450537116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3938003778535787347_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4189268253319848385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7926071061253497710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7443201561244084582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3853152928338858042_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4426822576584446849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -884256302687353998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7199497050326813482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6246885400822009424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7593119517341377053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7606815391595329937_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5441595118805866612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4612374906869846818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2643598770042525396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8084766670262924921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4651384591100807014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5841520168180842414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,129 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9213268063872543453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1024967386459291188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7379999772668204475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2298912988663472502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4195192254144658102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 329405062760261855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6055481610162709836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3579374670937101738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 353318179231657243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1454355497778767441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5064458003918247332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -760636227883549567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 308801371898824386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6208110285693406668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7799999990621287974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 348875663641278610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9057746127911029473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,130 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5266893215784458012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6049376551746272136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1693532727037400199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7225164437583170621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5698328596860510738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5280662450068974606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5728376214360767837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4956292089670229839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2778133530686317306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,131 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1609245859574677820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3094563172742110775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2959306331063355488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1562866907073464388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2177508731178283899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2061708895541206266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6856606081831330031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3961479580621785593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5480491243380906468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6235177333814511082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1620058855123298595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1249109021857901198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1643070222543097806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5642460742522202389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4237665789412391312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8986567981689806598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6202374315475242185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6572938507463126359_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,132 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7977198672940407743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6695212682704869365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7269561878442082512_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8904921407397409999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9193431799877025702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4168900185125262814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1927804589618550969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2976689762620471865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7931813027095423314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7785183993455237841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1132419795728696601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1410410203675329089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2871304180278866476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2402627659711586881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2625297728228427742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4539261957780660096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3204917404524100390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4652571592215987342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,133 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7568978699763636302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7306707025139686830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6561240718705800386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9010496924787140306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1026743185777482218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7211159564576487583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5978970084720016569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7606355785224002730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4856693287144843772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3245061710289158317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8415860045161101982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2797991410624807028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5801324707583290384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3222057837816043553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -789776066917948113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4472324036906797934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5449048311279821035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7929512058795043605_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7166322992585413168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,134 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9160633521015234806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7523594722272990807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7922491287241614014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3504277110248913084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7257687761327389927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3737603299077736194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7231765600056040193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3578184467898098358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2962018231741632777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1640546217318597346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5164948819700506365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5693417636004191876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5615652387495718321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3365521966975170747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8279891531131094139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3130474184295791543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5810652009263106380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8447976743942471780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7134442276708390555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,135 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1500501765896372674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7590976766517641395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6778700387916330549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1347618094667061731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8502980448142567855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8742662040639794623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4704437817471245685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4720627148361542321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2688005099784251984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4377294008919674141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3216462791807754977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2718079916443987946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6397038469980710602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7416389378365473273_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8027488698092572090_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3364696363498207566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4269574568062583039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5652526574289270935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,136 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1590045453560511996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1645033416558390866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2607865992120388149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4832916307949836083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3977930660269043324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 800755650857733091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1503577219332272824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5231128778065980338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8030883522955155053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7692296396790490209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1522547119276381283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5915830207267700660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1085447999062850745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4436470966662219668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4196115914437492301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8333990278635904402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1799822810692221066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,137 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7030497733167623116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5492308379606428276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5101957870823177839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8387908166945067131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4408761727235509196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 167085641148658442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5105845422657853524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 589125924344832074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7184556433930109147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4477436254968455564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6445671278308921898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 799411436383524786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3811194551720473098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1984616608903373724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8770347340198500905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4692839322245794175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7918143828363625521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8589818680371707804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,138 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1349614046320481682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8763734643167824710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5738015265849962027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8661988306560689424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5657954653407908480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4299313824371463733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6859285710838006352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8524784541310217903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3325291018656534049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5048529453674074249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2115796529711468030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3385872406075056800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5108542945745807151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3535553162935705137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1213808596201841451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7184175882355741898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7461648780223098448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6637005504890364785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7795323732162298336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,139 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1688159694473587866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5811388970278434536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5929834441170380215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2258931667752985880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1079443011135269296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5667422507898825966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5913936713812792803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5127388087521958316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2637755952688938106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8225736430568148451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -951610755927943666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3603539143894788563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -63510355815091775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8338524851909922115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3633174121033094102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6753676136409650376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -850411318228760755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4297163247056433282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,140 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4426754762466202633_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1632628024226132444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3530251987930850899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1533787007951344268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8925635907697466490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 218321553160637864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6920911248071485576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3484426570694961453_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2998232810846570634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5617011385417435938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2104542919617664497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6702476487297407529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2687914758847114501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5464188747315942229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3104750544065345358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4878413205957553415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,141 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4710878252252966094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2730450778421624363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7225951752704063112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4256232400892382589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 142474813885352015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3527478557747549020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4552829131526148656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -396644098991905023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3076677625151032243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7872842464574558774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4151389886364245327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6096467870808777489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8305215287573174808_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8495654888217744465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6371580103207376569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6351131786439004610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2961351358027416097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7322068773179608285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,142 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5241683311817364538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3540049157108095011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1958125821472712831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3557554387528792975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6126889888244216056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5618857520473842237_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5063983132820207901_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9040139286989564012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4281756482801898078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5530601636364625428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4461280233412099298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6450459631391794483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8752108216275914563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -480291872817186096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8264182125283464082_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7269307975488983827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2268155579414778886_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2372329794058143312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,143 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1585436342537953294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5724102623555664421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8515640350131904732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2989651503312401266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2017759410592386321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2144058400662349543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5580044082308059683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5930521865311211264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4232609302170294918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6801538277438852131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8378010634995791363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2912992170955935796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6395321772419349317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8204680613234686496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3509969106360622422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9198009846988408896_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8514460999548675744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6744122306982341179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,144 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4984729565977823187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5706060896181134746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5345751047071712931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7783959318967882811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7037479284290060939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7503050119969258230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6840023529246000612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3527435163954100398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1709539080518442188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2850244492306097600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,145 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3268849697029549922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7447347084233150335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7298127733996731391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3666173556195649571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3412008956201894553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3246628436228392473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 135277248492666016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2302025424396502207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1192563635103149661_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2870809053711368093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5301083558394409762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8649641011874959713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2490256902222573778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6730401298661284692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8494028088504995382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7782298113740967756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6254393314793782910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,146 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8417617530311766179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3860811903999370009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2301165952703463191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7051044062831071444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6620737923361313720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3770692826052071346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8443766407175702315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1847574045380519507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3508109921181213624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7941733444265438072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8136725022925522555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2968192306560957908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6092549080376550062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4570623400661412248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8523365513439075767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7057735401169838145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3126184777641771889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4325645737947585506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4537092008922551562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,147 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6598501192893258277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4339357558588026583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5973054338931087272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6989306345225467491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3761664005133167055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6971812341447834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4104639698297743829_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6702353010947715508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3088429723812745426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5173737569788405230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4422315673194045648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7075317838868925761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4688568950639925969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3707358234386739812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3081103170598243260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5541724895103096934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4711616323535355830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7894404276001166541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 85654657284335572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,148 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5105645914376894557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4181895859120969956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8949701777908853223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4292543897534471165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 926967865536507701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1512102592690240588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7601177041382238449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8118726571104887654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5636517531138187484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7815691284790937065_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4454015548052145032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8322974383689071382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7201063878719685509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5922845998562938301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1739101937905749673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6902310330881085727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3526284514498433580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6878033457404301788_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,149 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6322708715113256229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 934970101037917093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4231005577103678698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1740349088792614001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4418037821499865070_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7355514650084061695_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -471984651084280822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9059758537549983794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2613697403259726626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -384016992770509922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8186444839870331590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8903503901453357649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -292775721078651850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3953148906235690651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5271986802789353459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 583159463828544166_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8722277778911008132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1657458910131037048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,150 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9221705047126772558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2266651972163434657_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7791559111332081474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7140349457599926631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7617232203417548199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7440251252235757459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6096523205864426437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -239466087884824379_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2777934490628548156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -222436712636148059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2893402003591473195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1322818612400646598_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1868523496460601919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7808436250582689653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7869056978482563393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5754837518642173538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5310879904100716942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5007392926742816267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,151 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9065380618230685553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 364134779600825165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5902514072254129022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5136521105973705583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4993987689415134272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -945957570268332325_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3725552318191777806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2087190906564524880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4013041023036691218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2823920838527257291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3369592717116760250_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 863496942674805024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9000244172365069249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2711811287035241521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8968515386158154858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6052737619258885691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3232975415742222425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 199414060835942968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5686349493101807575_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,152 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6395224230674603828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5755752603081656251_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -644223638697741812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5120945380930273974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4846182130701869004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5147940277910187760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7652064715880048636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7691900594318485728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1541748160031784881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2972785708319811212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1419538463397637658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5307957960982672987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2978949542277870543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2528917098895162867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4072256919460078387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6749704070667584510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6123480929631508733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4849772995279815766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7035586882887892020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,153 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5824930854251670299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 690940303313077352_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5855508336027800184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3309034408166409875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5262038545426261327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1821399951662461408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3733527637501425265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5840999729984461356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4488096376762571290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8982698281736503031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2757834625014092172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 155911237413164602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4960190166336697175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -573557936621863060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3954739896047830722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -509878789425953903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,154 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2924373791456641642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4818094619643524330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3276675402691683943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3469287401000605579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4411658632607119939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1301416675578555765_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4145664450921259385_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1647322213915944599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6500494772534776968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2034116721094268098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1568204751278490312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6185726745030429484_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3414206811113134117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6674875001043753841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2347912289495483514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2875489264247018832_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,155 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6799241068344374432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2202778661183662940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2303140967849270952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4515663426134227171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8325477861967231040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6474926946368955428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1116587228726868961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6056017313226690173_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 257166546980951580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3884266852481556518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6179499259540569380_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2968589887667843197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6184987323956693175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8368631385423204145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4150326099332542806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9142682528619869570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4793329742803183781_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2228044645218172112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,156 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3872431926732154672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -426582684351048999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6536267231915416000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6518624241735762292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5371413742789780410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6243954611846755008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 610925944322574375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7643201368372964381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5106620745839534440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3180316774745147106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6362909310900970842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4604976189145619961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2812622081970910330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8619034697507990538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3783325393671052131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9050543701443066750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8274917388694355765_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8016355366033730172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6947190558274915221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,157 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1056214758577873745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8605679474110995182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6875613498048024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5881448765355194730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9055022976557557918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1237704212435087469_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5694516124070244247_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6595766707696418293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5312525071020437061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5068373809636611337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8859582281523221351_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4559738462959397847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4552887257806121866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3293843880050616536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,158 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9163461970437536314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1938744285536652574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -593945039205559725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7800715880270229710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1477892976973240499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2393384615154448321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6965060545428866611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1175258328119852107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2314846370892982386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 56059206324851678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2419485022563393533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1823937299494375220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1150941115881710570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8504027137537208449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,159 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -978922412833095637_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8177120050610445762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 457192595239660571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6403318610951183135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1704818575332410792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2339463544566954862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4393053811124849813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1214680355236590842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8709164276571733632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4022891204775382714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -893195368958628148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1216310530416389997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8580965852336216085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -578917588032677000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5062542602276810090_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -755297532824378595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8997344129453476078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6765183741083365669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,160 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1892297579432783869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2113853392635532433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2617559963928984317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6881975821830762555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3583871284707095589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5177230861544721914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8557380847309879307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3297883916786766240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7063813455710911751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8462008016501530723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6191973932980802641_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7404572244351523383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -332536519076838011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1392872146873050378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8507711322621827926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4642446834054060869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4881210192677480321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 770240429776896998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,161 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 734687476910841439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2059380400304870723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5333814210600919588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4764323431548011760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8655470203519697417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 324437626862153408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5366444909682622817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3584377986852209944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8021025514247698501_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8789959950981591515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6055965782237848438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8647549816185182758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5398989496085065497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9062303388557329123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3182121803333701209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8439729638087278299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3822617752134038018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6810425718844101578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,162 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3178947957351567868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8103778105308675025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6846821580907176049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6285174356363593117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8302919352899573735_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9214006631243929129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8981456260513281927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5712975723106383968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4119846143758143767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2054562383504597089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5106797605407710720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5465484164171760170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5238178061573537349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7529870989717307280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8317067344926345094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8610393428193450639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5697178040248488981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6078258842700380658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 680530890719884485_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,163 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2867175709243050196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -811645581426722333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9215474428890208444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4724233698201926858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 32818002826546298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5411707474361120474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1141218555264867649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6040810460731654519_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2349536408955802093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4909318087873648680_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6557924743637928288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9040449940665053315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 297203846450144226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6969816437664902466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8784788126025813400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8254534142924296612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -210536779789101448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2375498979683091275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1681347812596500617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,164 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6322967887416024029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 522348691653967583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5258529789335347078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 238570008463724412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6195552383076173628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6749520513515388363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7716187036215432437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 737489944926720490_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1579646313515054286_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3971986181487008733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1016107219993521562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4326661373905843647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6021443935381073885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7134327366338157817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2467629254087153816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7256686950897646496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4769757678008156804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7278167318821296579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,165 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6258706183835238195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -791878170201462214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7991135737480507836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4994346702123759119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -521335567101210846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5156282813390110183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1277470312913515777_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3041570501750690314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1765020500802928619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5826492246925430099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2845552545669755531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5298736443142305834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6463330224870952476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6305323677792516940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8512016383910011623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7097570903362842440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,166 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8802836895467126647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8218205477879040883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3853372938349414604_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9198098604518172183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7328356394289318873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5060320576699282934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2313097323643342110_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2403780290610566344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6038424661021396864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8149156861671587139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3748191700509208365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1957328372572636981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4725039371618843466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1620200692591106778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3393782708221085350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6152049875241852703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7495769956449330180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -399421265063216117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3248719846176887474_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 841192242240495441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4505911306881311368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6034405937802911260_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4315310490114710973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3952520873567396431_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3169913800719086165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5062976414172469216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7629185384976938121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6742454993866358659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7922792331730982476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2017009395297014706_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3333942244283547618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1438191642225275201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6581078122793370897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8131157677570729231_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8343694441869116849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1234914150111493482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3052752187717734403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,168 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9167313441800374108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 120774341794076956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3992121327618441103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4305175287284046019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9188945181315007585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5931910837865399584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1503095522800104835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2126902376242038618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3611930055033397986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2584532770979309912_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8385860929117885343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 600387710893910503_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7345082075656577568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4091058146951881800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5152698154748549621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8243651948133752541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 267881203886587192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5416441024215717489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,169 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1406797435691267226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2381530657708958861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6862319504992874462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1846415120074813279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8949358802754688964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3797914188227844533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4361256218289908647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6517369764743454975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 964568004356075988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5547843559883029064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7464475403568253876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5374038150832188013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5042066743668563982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4030005762118606748_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7330123645998324500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3538210475709609461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1078427842456160848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5131925415986414371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,170 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8485305160704079541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8347078834748597072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8489379895213608867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7960228590977607979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3245395701565804307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1718851234405698632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3718757043725649183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1727958406927943962_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7587186362101223792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 958314626463405811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6278910373452185089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4099250394795136787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1752057929728799840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1676497548747313843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3896411284841063888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3050666236036623977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5773483878444909916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1797975746133388308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 871797984091568486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,171 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8065917717406832543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1764301999537603216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7239239627683173416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3385031893327798111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4290366655869193983_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5101713448146674854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4073055235565649321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2863705742724885970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7788533020525980421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3340121251961731771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7317174151276481162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7582052245165950556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,172 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7687593484727746428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -303891940023810060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5488892361623971225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -951728013945684614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3022751904209392073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4840500456794943088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5120257026940909961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8514441385185607731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3711789050228705479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3041622543142060783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7698037354627689636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9118923830217786968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1933584617078102223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8041254313193608270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6460067272523580567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2442150425092470389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2950468420085924086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8041639693422780876_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,173 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5724651929158058212_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6626235887657312763_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3941827258068711923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1940245652659377963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7867686380079829970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5626135041441315134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7721591269695945146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4024689675373697046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4138360519666465785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4076351343819357584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5763355612756280793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1931045861903598428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1903122089379529838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -989396602189071967_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1705876086575019614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2276100762474836472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6198826929466281322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4714315570890558553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8972577762659053742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,174 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2091188985012428103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4155152767156714088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6404668542904191088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2024076118624596532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7561495977811071014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6024615934938606446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3032342105236284388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1377337617206831553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4939946957648898069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6599756005398637990_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5290396613286047920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6903252304777432274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8107142923397105087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5462697737104562806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6978713721997951852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1992251002965101556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4246750912455804447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5356177450614152837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,175 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4345239860518440349_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3944673459789550331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7688045717288334600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4609334350948734867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7360828622046488441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7698829143748119615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1493044604981993960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8249718930591006774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1257712797322799662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3587447608925170054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -153972174343608047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6541343967549636742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7008765881285830499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2408538016293803518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1978537462223043183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4389838776914706682_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 296710479228302731_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -579630941877710655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6707077654141221482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,176 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 40499455527742430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7133818279461053526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3370817374943452116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5832496326203235614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3077923494253482953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3070114151733967865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2349023976182496428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2545680685329154358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1687245240236610863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7221309850527503282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2769371371106841683_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5625721911377563513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2693300358596160269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6208556686217583268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6212443763988337980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,177 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1541615760771010780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4204138521310849100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7583145694041053670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 918531122753274621_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7685406761024743546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1135079312572266987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5290014608072143673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1257070800486134348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7693836138558915130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5057524419384281492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5683823547979369204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5326375374618129597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3189181134278070161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7033502868430132170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4127029238870351244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7540856236019587543_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8103723843606479477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5577098336059595504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6671500354521351266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,178 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1789091590894656324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 969641540191440184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5725226524266345664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6546472230307060649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3686499538353633551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5921535698620533529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3935703595103294145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -593873438993980926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1967908793267548323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4240482728378355176_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9118960832430061741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8723642336475690285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4148674695448043015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 774209669196901098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4669407046395026841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8521978777029300000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2024209545535766712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5686115637500493858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,179 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9047969500183895009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1243670690500391767_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1425444877374062610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6660596085679050638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2858545342830360291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4695984791598382292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 552374619677233346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 951857451144745582_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6272965502806373958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6982326969435207844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6867128440435194546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4696731422975044560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5596081299448784360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6804646748961703148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5023461763704546156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4766542707447826813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5937686838371789844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 188240567355431688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,180 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2620508961345226238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8932021713188713313_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3669821534893021211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -246694265731819269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4948967900473218459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3815716979671082891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3076639803683149766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8896885572670534524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2106009606573759667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1489449101666954691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8517652939208896815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 554242108107001393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3318710840293692831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6182890164866518899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5836369572292834487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7942575806117195106_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -733338123839180423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4947074695375432094_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,181 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8118476543896293198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3206985378819744174_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3319767503523838200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2633307754432400299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2989245746391984923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1772347718559433703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8030187307487415401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4874785277684273979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3546501196606389693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2596246294999482044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8187140572918980626_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6294519220788704841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -157328899818679741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6704160317291609014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3664473256565215823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3222393588906648124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8083353269837816870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9637344877758933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,182 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2990482820292584794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7315477906208095879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 29172104935448632_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3915957879690012227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6464851234552189393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2088103451088632853_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5081479402207300762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6790085640833228337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4273961919222398038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8577558161681969113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7979923148653740971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7122126310064406616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1368561653115049887_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4910132790484195404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2033527973949308845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,183 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6428271718751250923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8995117946101383551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 735346384914514354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8913621864137091608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 147049857963983886_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -310384322781772677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4485896757021149932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3045185815849365716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9038388100427679116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8352270944680735606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8255362035718892902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4329888677240448933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2976141657057527192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7366829701038037111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5390173518234368247_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1939401938272581361_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,184 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5120436608458981572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5344765808106348611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1571497711625738028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7865709046124905977_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7003955236791388868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5137248584775866026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8128257288185289109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7569718927109865489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6776989601743696662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2491750872020758300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3464832205415888728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3626658339475574187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3582746483857693905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1991192577982969636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8791268455238486920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5908177257391587693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3353365823125852772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,185 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6650226263410474507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7858529750121131775_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -773662196210051758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3293300756588105789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1040176713644571392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6818685847062372736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 578102476929051213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3131614576332223842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5893117840471811994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1470589159647752623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7544751610422307882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,186 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1532597540649980320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 40650021581512579_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2039542925898169835_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2325390046345240532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1388132452225198465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6634056515694388131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -114081056205183053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5278105186560358555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1586099441177255580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1909793883575859506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4978856107530404923_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8822338402257944184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2969858707453100707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 433188923565677428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4973733095764243149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1171186585696768738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1655223327972210714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,187 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6291587679451218318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5462725227320887290_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8422261291972112574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4375900033627933562_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6650560677837191850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8292775219115259273_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7184605799876246413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4594472328525159619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -858629195378199261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9163228912997599909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7899201250986709146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9086025951356391689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5530146081456865346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5822297613912201047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1297419177910497691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1818605605199942394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7024643105063255522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 218188932549250175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1114438124046178091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -939474408511166177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,188 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1315168668770584583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9217975070525881287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4265288348507311848_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6942639510627591276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2801610762696636549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5857405673049243593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2898577638785326084_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6117193745400297449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3245764498963875995_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4649036440860296906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2306804337443515601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5121545969603705022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3535779384505844557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6416771352961888567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3373408383400618395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8331465120960705700_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,189 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9169245355468910625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7779912718169536300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2495186901447748968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1675338191113496002_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5756050876596817986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1868263795367387795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1225487992530103571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4700964985716515439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5514114749195424145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1431042119616315618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2004516623845098712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1661747636874926850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4039757074590042390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5968241906136415734_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7015433882616466238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6892166023675112931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2865422136684369521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4493241719554052496_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,190 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1997321190580502810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8198019062070668364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -351550514177459705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1018328831586558803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2578698259613824694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5530630181546051481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5557700851638130880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6855713606872729617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5354775449942303658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1389876755323466364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8975205237823217723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3973669696136327182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 343155815153896818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6158099909315974041_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6870822573279426849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -415199424134257015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1219099856513864284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3033783302156830532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5073659727490327293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,191 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3856257366981838291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7617245548659112487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8392944219557163346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -108350217148109357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8741025305936248638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2053324911207792170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7676822227289652855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3181084933789024594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 960950509008767046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2427042910079590964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3714118109393738655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4167882103415363795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3525225412385722053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4381503263888491487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6371015499278570033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3028492091750549658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7289826154802653487_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5051969290823086951_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6146888956446434964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,192 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1824401610552449980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8187790337396483151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4728476738926777804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2563922575258517725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4030330833836940127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5630919890153612531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8900953549267497032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5268138289226655583_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1782388888628591952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5799446906767540869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -631247305650221517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7996258064341317809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -314580497325437410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6998661257157840542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4045540889031608450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2292159830517676077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8443359271639763329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2114927927246590316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,193 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6842727522889482659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -305689744455673274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6421413190760942523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8154682350323531023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2132816485320547607_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4717519359530298105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4222473218377153308_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3991446268748963499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4159914873106976677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5978665641672829982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8475473030011683299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1393745255143558248_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7564736648475289610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3311483297175868443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5629461869015220045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9049860468443860563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5589891590769043372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7162594534121285584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,194 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6881228548027153530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3462120326276535768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6194137090568338966_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3105653875020228289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3472173732182383644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2077042472632217364_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1652370747240267102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3639118802673678035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2426799732647814449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 471360952535386975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -880120507719383841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7530601838067440472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -54222162266334326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 866150957456139517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5570513271134966642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6691617213912381511_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6623548309040638189_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -849028139133292163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6654408360822213122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,195 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1526405701899051238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1518236174237384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7915133512325434771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6683050963056950246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5584413556252271860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5053297052063080944_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3432386550765219317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4203703872051396298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7832046650125271195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4735580477822804262_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6771866704410513806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8026893981313985874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7861420215785774113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5285951741782064518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1173935512277675229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3422682662743919715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6456086473052344693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -912933151999517557_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2105642705439190495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2440972012498072357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,196 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7603637536495176711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4127764309882931141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4826740053054190546_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -34879112376790786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6984021029155495443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -444788586912213116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8960667549981334530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2039905382491835368_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5916305441662757164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6938799517244521215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8022666586894703363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8203640258247234555_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -332018836836654059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7942461153875072518_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8584240322270458393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7393075898028784408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7027429519407985599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -330605179552017939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,197 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4965123898001913670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4993480484417647684_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7504019534544942911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4710041314220855659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4376202296554515157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6786908170867805752_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7306332840518451208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3306393666288535804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6425840190316420669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5615514446415252479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3261108905116367261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1486047145887405505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1301066495205379905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5839276022404399354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6468859146819481064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6330435924157212363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5946456817403530322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5042963873970201098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,198 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7774953743159037027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5794304081751142314_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -892798447686088199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3668632769786454103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9030720802927358387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6151808463715493720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4949290851489958630_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4683213948822817032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5822510356818229502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8671741665271399444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5601832043321481765_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -598179510806026422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1789465006916756079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1036969096881228890_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5047081222964226448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8782026786626456056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1018619937176486026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,199 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8036278951066131408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3152685422577591506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7910392868801817482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7290028031539934390_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6367083781144213838_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7511284091279283225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4975858011491107048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1910589533952730755_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3861136140493611715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -705076463308353968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6414650750087773111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -916559876933478540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,200 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3936339952995406392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1455338060958902721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6663773950808842288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1837334339402889715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2159792285395538414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 219304324569805572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9185651797627738617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1282012377418381888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4692644213026135089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4724767133074122447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4223532580511134205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1584866416240479468_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4567302899416055410_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6266583995315555040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1912084726115244587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6249186040971400771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -984837733873529355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2390694485204408424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,201 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1235049470328173653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8053558196202370935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7214715506014374234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8614440437524113131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3054525819508818842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5962227266862035602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3372347550680315854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5083224672970719563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5558100948344593418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4998062304889243395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8062137303737075928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5482078845209077258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6581951208236997404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1668353450671705761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5153576188517281938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7094498765040068771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7552155936542296900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6506869110145803449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 259713293269289868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,202 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7344156458787310908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5826278222380138650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3711291411044395146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4202227492972685284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5141621482341744627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8306298131339783888_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2766356567751271939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2222061081321645320_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1042010174804398251_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7815696208971313276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5092214529212166037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8301859908769444467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6180971210282828619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5777370209582610013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,203 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -730161898320025846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:51,205 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:51,205 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:51,205 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:51,205 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,215 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 169), AvailableMemoryMB=1573 (was 1598) 2024-04-28 18:56:51,224 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1572 2024-04-28 18:56:51,235 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,239 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,240 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,240 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,240 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2024-04-28 18:56:51,240 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2024-04-28 18:56:51,240 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2024-04-28 18:56:51,241 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,250 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1543 (was 1572) 2024-04-28 18:56:51,259 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1543 2024-04-28 18:56:51,269 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,276 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,276 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,277 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=2590720; used bytes=28215296; total bytes=30806016; wasted bytes=2430976; fragmentation bytes=706560; completelyFreeBuckets=5 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 3072; used=0; free=172; total=172; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 5120; used=206; free=0; total=206; wasted bytes=2048; fragmentation bytes=210944, full buckets=2 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 9216; used=171; free=0; total=171; wasted bytes=9216; fragmentation bytes=175104, full buckets=3 2024-04-28 18:56:51,277 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 17408; used=0; free=30; total=30; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:51,278 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 29696; used=0; free=17; total=17; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:51,278 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 33792; used=0; free=15; total=15; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:51,278 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 66560; used=168; free=0; total=168; wasted bytes=1499136; fragmentation bytes=172032, full buckets=24 2024-04-28 18:56:51,278 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 99328; used=145; free=0; total=145; wasted bytes=920576; fragmentation bytes=148480, full buckets=29 2024-04-28 18:56:51,278 DEBUG [Time-limited test] bucket.BucketAllocator(659): Object size 132096; used=0; free=4; total=4; wasted bytes=0; fragmentation bytes=0, full buckets=0 2024-04-28 18:56:51,278 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:51,278 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:51,278 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:51,278 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,288 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79 (was 79), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1511 (was 1543) 2024-04-28 18:56:51,297 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=79, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1511 2024-04-28 18:56:51,307 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,311 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,311 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,312 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,321 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,326 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,341 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,345 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,345 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,346 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,346 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,356 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:51,356 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,356 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:51,356 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:51,366 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=83 (was 79) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1393 (was 1511) 2024-04-28 18:56:51,376 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=83, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1393 2024-04-28 18:56:51,386 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,392 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,392 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,393 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,403 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,410 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-04-28 18:56:51,410 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,410 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,410 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:51,410 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:51,410 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:51,410 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,421 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=87 (was 83) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1333 (was 1393) 2024-04-28 18:56:51,430 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=87, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1333 2024-04-28 18:56:51,440 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,445 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,445 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,445 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,455 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,460 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2024-04-28 18:56:51,460 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,460 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,460 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:51,460 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:51,460 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:51,460 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:51,471 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=91 (was 87) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1283 (was 1333) 2024-04-28 18:56:51,480 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=91, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1283 2024-04-28 18:56:51,490 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:51,495 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,495 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,495 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,495 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-log-dir so I do NOT create it in target/test-data/d89691f5-42cb-d588-6afe-c39d163da030 2024-04-28 18:56:51,496 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/0d9c2ba4-b39c-9db7-c7c5-d2945d5af75d/hadoop-tmp-dir so I do NOT create it in target/test-data/d89691f5-42cb-d588-6afe-c39d163da030 2024-04-28 18:56:51,496 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2024-04-28 18:56:51,506 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/d89691f5-42cb-d588-6afe-c39d163da030/bucketNoRecycler.cache 2024-04-28 18:56:51,506 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:51,506 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:51,506 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/d89691f5-42cb-d588-6afe-c39d163da030/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/d89691f5-42cb-d588-6afe-c39d163da030/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:51,506 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2896285844993901945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2024-04-28 18:56:52,607 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:52,607 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:52,607 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:52,607 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/d89691f5-42cb-d588-6afe-c39d163da030/bucketNoRecycler.persistence 2024-04-28 18:56:52,621 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/d89691f5-42cb-d588-6afe-c39d163da030/bucketNoRecycler.cache 2024-04-28 18:56:52,621 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:52,621 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:52,624 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:52,624 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/d89691f5-42cb-d588-6afe-c39d163da030/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/d89691f5-42cb-d588-6afe-c39d163da030/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:52,625 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:52,625 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:52,625 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:52,625 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:52,635 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=97 (was 91) - Thread LEAK? -, OpenFileDescriptor=295 (was 294) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=474 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1254 (was 1283) 2024-04-28 18:56:52,644 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=474, ProcessCount=167, AvailableMemoryMB=1254 2024-04-28 18:56:52,655 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:52,661 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:52,661 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:52,662 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:54,913 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:54,913 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:54,913 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:54,913 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:54,923 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95 (was 95), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=436 (was 474), ProcessCount=167 (was 167), AvailableMemoryMB=1223 (was 1254) 2024-04-28 18:56:54,933 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=95, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=436, ProcessCount=167, AvailableMemoryMB=1223 2024-04-28 18:56:54,943 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:54,950 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:54,950 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:54,951 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:54,960 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:54,965 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2024-04-28 18:56:54,965 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:54,966 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:54,966 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:54,973 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:54,979 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:54,985 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:54,985 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:54,985 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:54,985 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:54,995 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99 (was 95) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=436 (was 436), ProcessCount=167 (was 167), AvailableMemoryMB=1099 (was 1223) 2024-04-28 18:56:55,006 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=436, ProcessCount=167, AvailableMemoryMB=1099 2024-04-28 18:56:55,016 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:55,023 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:55,024 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:55,024 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:55,024 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:55,024 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:55,024 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:55,024 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:55,034 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99 (was 99), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=436 (was 436), ProcessCount=167 (was 167), AvailableMemoryMB=1071 (was 1099) 2024-04-28 18:56:55,044 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=99, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=436, ProcessCount=167, AvailableMemoryMB=1071 2024-04-28 18:56:55,053 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2024-04-28 18:56:55,061 INFO [Time-limited test] bucket.BucketCache(280): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2024-04-28 18:56:55,061 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2024-04-28 18:56:55,061 INFO [Time-limited test] bucket.BucketCache(322): Started bucket cache; ioengine=offheap, capacity=32 MB, blockSize=16 KB, writerThreadNum=3, writerQLen=64, persistencePath=null, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2024-04-28 18:56:55,062 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2024-04-28 18:56:55,062 INFO [Time-limited test] bucket.BucketCache(1321): Shutdown bucket cache: IO persistent=false; path to write=null 2024-04-28 18:56:55,062 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2024-04-28 18:56:55,062 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(982): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2024-04-28 18:56:55,071 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@3eb7fc54] Thread=100 (was 99) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=436 (was 436), ProcessCount=167 (was 167), AvailableMemoryMB=1039 (was 1071)