2023-12-16 22:55:36,698 INFO [main] hbase.HBaseClassTestRule(94): Test class org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache timeout: 26 mins 2023-12-16 22:55:36,903 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/212910be-ed3e-19ac-4467-5e2fd131c0dc 2023-12-16 22:55:36,951 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=182, ProcessCount=169, AvailableMemoryMB=4321 2023-12-16 22:55:36,976 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:36,984 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:36,993 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)) 2023-12-16 22:55:36,995 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:36,998 DEBUG [Time-limited test] util.ClassSize(228): Using Unsafe to estimate memory layout 2023-12-16 22:55:37,175 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:37,175 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:37,175 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:37,176 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:37,187 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[0: blockSize=8,192, bucketSizes=null] Thread=10 (was 10), OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=182 (was 182), ProcessCount=169 (was 169), AvailableMemoryMB=4250 (was 4321) 2023-12-16 22:55:37,194 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=182, ProcessCount=169, AvailableMemoryMB=4249 2023-12-16 22:55:37,202 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,208 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,208 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)) 2023-12-16 22:55:37,209 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:37,219 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)) 2023-12-16 22:55:37,220 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:37,220 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:37,220 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:37,220 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:37,227 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.encodeCharset(AbstractStreamEncoder.java:106) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encodeStringData(AbstractStreamEncoder.java:154) org.apache.maven.surefire.api.stream.AbstractStreamEncoder.encode(AbstractStreamEncoder.java:145) 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:980) - Thread LEAK? -, OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=182 (was 182), ProcessCount=169 (was 169), AvailableMemoryMB=4208 (was 4249) 2023-12-16 22:55:37,233 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=10, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=182, ProcessCount=169, AvailableMemoryMB=4208 2023-12-16 22:55:37,240 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,246 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,246 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)) 2023-12-16 22:55:37,248 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:37,265 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,270 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,275 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,275 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)) 2023-12-16 22:55:37,276 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:37,276 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,280 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,285 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:37,285 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:37,285 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:37,285 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:37,294 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=16 (was 10) Potentially hanging thread: Time-limited test-BucketCacheWriter-0 org.apache.log4j.Category.callAppenders(Category.java:205) org.apache.log4j.Category.forcedLog(Category.java:384) org.apache.log4j.Category.log(Category.java:810) org.slf4j.impl.Reload4jLoggerAdapter.info(Reload4jLoggerAdapter.java:284) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:980) 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:1154) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:966) 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:1154) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:966) Potentially hanging thread: Time-limited test-BucketCacheWriter-1 org.apache.maven.surefire.booter.spi.EventChannelEncoder.encodeMessage(EventChannelEncoder.java:376) 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:980) 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:1154) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:966) 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) - Thread LEAK? -, OpenFileDescriptor=290 (was 290), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=182 (was 182), ProcessCount=169 (was 169), AvailableMemoryMB=4047 (was 4208) 2023-12-16 22:55:37,304 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[0: blockSize=8,192, bucketSizes=null] Thread=14, OpenFileDescriptor=290, MaxFileDescriptor=60000, SystemLoadAverage=182, ProcessCount=169, AvailableMemoryMB=4046 2023-12-16 22:55:37,309 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:37,315 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,315 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)) 2023-12-16 22:55:37,316 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:37,400 WARN [Time-limited test] util.NativeCodeLoader(62): Unable to load native-hadoop library for your platform... using builtin-java classes where applicable 2023-12-16 22:55:37,692 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:37,706 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/bucketNoRecycler.cache 2023-12-16 22:55:37,706 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,706 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)) 2023-12-16 22:55:37,707 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/212910be-ed3e-19ac-4467-5e2fd131c0dc/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/212910be-ed3e-19ac-4467-5e2fd131c0dc/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:37,842 INFO [Time-limited test] bucket.BucketCache(1319): 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/bucketNoRecycler.persistence 2023-12-16 22:55:37,842 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:37,980 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/bucketNoRecycler.cache 2023-12-16 22:55:37,980 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:37,980 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)) 2023-12-16 22:55:38,016 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)) 2023-12-16 22:55:38,017 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/212910be-ed3e-19ac-4467-5e2fd131c0dc/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/212910be-ed3e-19ac-4467-5e2fd131c0dc/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:38,026 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:38,026 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:38,026 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:38,026 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:38,033 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=291 (was 290) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=182 (was 182), ProcessCount=169 (was 169), AvailableMemoryMB=4068 (was 4046) - AvailableMemoryMB LEAK? - 2023-12-16 22:55:38,040 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=182, ProcessCount=169, AvailableMemoryMB=4067 2023-12-16 22:55:38,053 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:38,058 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:38,058 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)) 2023-12-16 22:55:38,059 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:39,113 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2023-12-16 22:55:40,214 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2023-12-16 22:55:41,315 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:41,315 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:41,315 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:41,316 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:41,328 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[0: blockSize=8,192, bucketSizes=null] Thread=19 (was 19), OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 182) - SystemLoadAverage LEAK? -, ProcessCount=169 (was 169), AvailableMemoryMB=4033 (was 4067) 2023-12-16 22:55:41,337 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=4033 2023-12-16 22:55:41,347 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,351 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,352 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)) 2023-12-16 22:55:41,353 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,752 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)) 2023-12-16 22:55:41,752 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:41,752 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:41,752 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:41,752 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:41,760 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[0: blockSize=8,192, bucketSizes=null] Thread=21 (was 19) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3949 (was 4033) 2023-12-16 22:55:41,767 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=19, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3948 2023-12-16 22:55:41,779 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,785 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,786 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)) 2023-12-16 22:55:41,789 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,800 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,810 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,816 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,816 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)) 2023-12-16 22:55:41,817 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,817 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,827 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,828 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)) 2023-12-16 22:55:41,829 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,830 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,837 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,838 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2023-12-16 22:55:41,841 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,842 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:41,842 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:41,842 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:41,842 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:41,849 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=33 (was 19) - Thread LEAK? -, OpenFileDescriptor=291 (was 291), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3781 (was 3948) 2023-12-16 22:55:41,856 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=31, OpenFileDescriptor=291, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3780 2023-12-16 22:55:41,865 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:41,870 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,870 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)) 2023-12-16 22:55:41,873 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:41,882 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir so I do NOT create it in target/test-data/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2 2023-12-16 22:55:41,882 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir Erasing configuration value by system value. 2023-12-16 22:55:41,882 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir so I do NOT create it in target/test-data/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2 2023-12-16 22:55:41,882 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir Erasing configuration value by system value. 2023-12-16 22:55:41,883 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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2 2023-12-16 22:55:41,883 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:41,892 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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.cache 2023-12-16 22:55:41,892 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:41,892 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)) 2023-12-16 22:55:41,893 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:41,893 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4710789449325308638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:42,994 INFO [Time-limited test] bucket.BucketCache(1319): 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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.persistence 2023-12-16 22:55:42,995 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:42,995 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:42,995 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.cache 2023-12-16 22:55:43,013 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,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)) 2023-12-16 22:55:43,015 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)) 2023-12-16 22:55:43,016 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:43,016 INFO [Time-limited test] bucket.BucketCache(1319): 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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.persistence 2023-12-16 22:55:43,016 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,016 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,016 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,028 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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.cache 2023-12-16 22:55:43,028 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,030 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)) 2023-12-16 22:55:43,034 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)) 2023-12-16 22:55:43,034 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 2023-12-16 22:55:43,035 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/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/7f75c9c6-ca58-2f4a-de09-0b5169e8d2b2/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:43,035 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,035 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,035 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,035 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,043 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[0: blockSize=8,192, bucketSizes=null] Thread=37 (was 31) - Thread LEAK? -, OpenFileDescriptor=292 (was 291) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3732 (was 3780) 2023-12-16 22:55:43,049 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3732 2023-12-16 22:55:43,059 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,062 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,063 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)) 2023-12-16 22:55:43,063 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,371 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,388 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.16 MB, memory=0 B 2023-12-16 22:55:43,389 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,391 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.94 MB, memory=0 B 2023-12-16 22:55:43,392 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,394 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.72 MB, memory=0 B 2023-12-16 22:55:43,396 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,398 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.11 MB, memory=0 B 2023-12-16 22:55:43,399 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,401 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.89 MB, memory=0 B 2023-12-16 22:55:43,402 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(842): 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 2023-12-16 22:55:43,404 DEBUG [Time-limited test-BucketCacheWriter-2] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.67 MB, memory=0 B 2023-12-16 22:55:43,416 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,419 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=2.06 MB, memory=0 B 2023-12-16 22:55:43,422 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,423 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.84 MB, memory=0 B 2023-12-16 22:55:43,423 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,424 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=224.90 KB, total=30.06 MB, single=0 B, multi=1.62 MB, memory=0 B 2023-12-16 22:55:43,425 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,426 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=39.11 KB, total=30.06 MB, single=0 B, multi=2.02 MB, memory=0 B 2023-12-16 22:55:43,427 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,427 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=19.56 KB, total=30.06 MB, single=0 B, multi=1.99 MB, memory=0 B 2023-12-16 22:55:43,427 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1393182737439183892_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1461333726030149037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1551813450366808046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3483440193918776613_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2690144305495131727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3602483357526112469_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3244259173846986244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,428 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=39.11 KB, total=30.06 MB, single=0 B, multi=1.97 MB, memory=0 B 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1493772139854969280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2108294561384123403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8899669907563710234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2622458177246574615_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -299541084953813524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8390008308640028134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,429 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6265674367503269764_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2213537914487744508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4427027393510354567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=48.89 KB, total=30.06 MB, single=0 B, multi=1.93 MB, memory=0 B 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1621626001692906075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -457943653624183573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6964353499112363787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1927801605872777025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,430 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6409829431847405486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6637415704927381908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2724803848990067886_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1556279301635637481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7223340942163714354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=68.45 KB, total=30.06 MB, single=0 B, multi=1.88 MB, memory=0 B 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3728460154877901616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2135525243805199119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5563516282745140225_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,431 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,431 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2007738000160116990_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 579877207164773760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 360930217442942012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -746099888220088703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6363324468533428142_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4833529708176948195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=117.34 KB, total=30.06 MB, single=0 B, multi=1.81 MB, memory=0 B 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8033655404927625018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2243563723855446954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,432 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3404854892411760738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5710848311801241554_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6540052388016253425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -139457518624865412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 642932377619025713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7000167892326526411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1313371500614289707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,433 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7312686094867700287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7133652859569594205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=146.67 KB, total=30.06 MB, single=0 B, multi=1.70 MB, memory=0 B 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1040516557089336316_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 146285472770733784_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6867143146133816025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4187966634421574686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,434 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8253298257508829037_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5174804051997702982_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 780890559667203451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4650977117256860978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6338615593497562473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2085959665793151420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4910743006295044422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 758446665992757077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,435 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8166127729050427806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7277721254912591194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6065404024651493815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3164725346284148357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8825012370732451006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4958537822788219278_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3203804902403445144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -385700340217007154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2541861429322862526_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,436 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7842255529702266905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2163424015599316786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2747085642707614928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4676601812429938862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6883406774149523236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4309223688069402826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7982373254383103619_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,437 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4115182876964747345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2820633359854008354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9188976985022632323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1354518523471972566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6621768373808660692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4220751846708038074_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5922660141103657551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2441455332402814113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,438 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7096601825564607092_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1265841507897330996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2342235405248625185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7167993253468536549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2215730663854010326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8494317831667505793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1620030002102362417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7515992568646570291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3144070102935225229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,439 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4416314079801577595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8119504124687436275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3482700935870423600_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3167313922929640612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4176725439132302873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7049828247456667570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4341842315547938698_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7542235825037925089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -395790422692899704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2634659270137865588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,440 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5455284355126723434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3620291987271678572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5591036826383926751_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2933300480880965464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4828074745964700244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3415813879704561114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1733794783922550462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1023859486856054014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3504225700824427528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8160786937733649702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4022640231536745355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,441 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7510293198822034927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8236681710805852875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3070989601191328486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2602397348173157590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3595059897302854289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4467260733344860908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4920770096937069878_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1674223171441024199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7288297583651855183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5369723599208637016_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7979033321749361444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,442 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2078492207690339910_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 15756100115663433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3243425212684187032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5466775440543392161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3248710741993659973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 266219785035680594_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2199411246085885378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 263837431592009118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2496936606630199049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3655666664430653079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6569746487275131050_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,443 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7554527861287504880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6086861218565335498_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6951752200045940109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8669377593717042450_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1950521864942712329_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4368422693354457604_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2602493441737343400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1830877435907070481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8914195387356011001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4124098250922574650_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1529689848397795420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,444 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1281272897211423500_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1853257188890673639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4871525147149698051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2622291406623436236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5532448772432931718_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9024864914033357913_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7153923197482519062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 823402609008666303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2011741101961645131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1697617593728162340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,445 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1102060332354091818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5279090332557261244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5556698800740171953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7059077999370606836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3173930728793692168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4653608864278550090_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5292373574326138971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6464837487834234969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5385442198952808443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3956792557325557616_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,446 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5499212614011677593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7052525052132925681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6778025757652052382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9005163938180134673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5225637773737059093_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1572089844716795035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 531956966380593363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8148202866848045265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -200706663623514545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7486356485023728097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8132647426985697216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5346281010680954413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,447 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4269129420301048996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3960377551561013584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6468611159613952415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8837996334069567296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5322081892158628317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1527259502090888689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8902903058498799946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3139285422480172214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3549431230132538318_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1574234864560784837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8637277372678265096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,448 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7211856580703139024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7424147927172260709_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8983993010534027520_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2316750176160712117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2290245810755247146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6037812937606698602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8347107203538566590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9104135532343171060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4322739706691493825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,449 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7812976423849293065_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2778486093950389182_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4469960539314418717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 782966827236267988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1765885204432938674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5619310291882107430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1513969558713908905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3043632093181979062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8491219896602989039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6446541471196212077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,450 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5839271184513489336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4486990752676845914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1078391552537458958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1950207792767639670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4833767524523679946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3306955754230885480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1104241926442201343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,451 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -201932899770011086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2352551872079050387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5945754218286395187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -804928228576673026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5186806095751776963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -595205714950648401_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 84030482919321461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1362093307375330220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8128687526397766868_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6441041459841282741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3427204877680166844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1419392497866631399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,452 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2414814918258545275_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2908158394337494963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3031114589098624064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6929931639495277421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2813800848225375259_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7070620274472949850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4756813264490297120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5392920558228291596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3935571870299662276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8914624784513351816_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3327999580571664945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 894575293019461063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,453 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5491929372031363460_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6431242101372664478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3720443282883334537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7131371954045233350_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1098092984101636407_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5096158557540886935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -446013978181049141_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7076962188659635319_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5529620260333664875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -797837304249874931_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6153063370694142515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7489741548263186762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -828065419010343951_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,454 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2247634450364937488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7935905038342866817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8029200017642122299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7219194252990743421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8477305108940347193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1184323472492587997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -145526215513447137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7909069453506182230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6691877912200308420_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8943112563909658145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 759021399352280027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,455 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4574923300640879264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5035748085739104012_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8238991304562828462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5492415602681470581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7784200056986682156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5520481844575102613_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3675211464219205856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8244801596115124609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 793514785771188541_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2433224241239274985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2092199634323624974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3807543278466915220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,456 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5305768429721121638_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5177954247386688522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -759089747922099151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2669336845670936754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3257097938815626525_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2789396699372255218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -208166915707538292_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4174369911412489017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5821019585940712647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4493636806051828847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7111500640612192043_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,457 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4415509760285165844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6963059031610212778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8159656923311192188_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -381168489743775044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8083031000989119998_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -540397404790174735_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1566897793398482178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8426965037078208699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7907107469402284408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7053865526980404097_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2965504456901770953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2608986147997986265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2231184926414377856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5165182138485646416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,458 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3877683665833254812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -527332511128117018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3594470215340986455_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7665669047415616668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 127868674901181454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5130193063640817662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3983546524979811613_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7734314800195009739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6195974588617637403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2701258021791115301_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7545220111459285268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6974486697790371439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,459 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 782959911004043978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7505191780585964367_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -800408621354419574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8311910472535262902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6602743966422128149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3935384995755365768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6869090613426006393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8512500748823487952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9196884600502229830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8126725745091520387_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -644136275984008341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6375410064946803636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7345750496529409560_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 536510792002958748_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,460 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4203813720998939223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8905905764078584357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3417139961534711707_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6841803824972085779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9180097639224576137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4487995080479848953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2296183998188101333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3561413396074418219_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3569555347808583298_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,461 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3611109379989683948_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7180674641989869670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7495080964436144849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7675012974710278502_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7842495276515748161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 100196916656690053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4871500504616095230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5766159723183823813_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1887607045273089701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6691219371750532766_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3467374346461281919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3119539391203455547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7977085588775579209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,462 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2433116877899634733_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6997765519063374873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3172543824579442008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -807222051157498961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2191393447895301452_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2973842839660688627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8925548353333648267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4313834120120375026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,463 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6858582675203741989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:43,465 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,465 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,466 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,467 ERROR [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(974): WriterThread encountered error java.lang.InterruptedException: sleep interrupted at java.lang.Thread.sleep(Native Method) at org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.doDrain(BucketCache.java:1083) at org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:972) 2023-12-16 22:55:43,469 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,476 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[0: blockSize=8,192, bucketSizes=null] Thread=36 (was 35) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3655 (was 3732) 2023-12-16 22:55:43,485 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3655 2023-12-16 22:55:43,494 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,498 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,498 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)) 2023-12-16 22:55:43,499 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,499 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2023-12-16 22:55:43,499 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2023-12-16 22:55:43,499 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2023-12-16 22:55:43,500 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,507 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3638 (was 3655) 2023-12-16 22:55:43,513 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3637 2023-12-16 22:55:43,524 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,529 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,529 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)) 2023-12-16 22:55:43,530 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,532 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2023-12-16 22:55:43,532 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=20314112; used bytes=10435584; total bytes=30749696; wasted bytes=70656; fragmentation bytes=728064; completelyFreeBuckets=10 2023-12-16 22:55:43,532 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 2023-12-16 22:55:43,532 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 2023-12-16 22:55:43,532 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 2023-12-16 22:55:43,532 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 2023-12-16 22:55:43,532 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,533 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 2023-12-16 22:55:43,534 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,534 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,534 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,534 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,542 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[0: blockSize=8,192, bucketSizes=null] Thread=35 (was 35), OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3611 (was 3637) 2023-12-16 22:55:43,549 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=35, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3611 2023-12-16 22:55:43,561 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,565 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,565 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)) 2023-12-16 22:55:43,565 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,574 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,580 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,589 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,593 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,594 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)) 2023-12-16 22:55:43,594 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,594 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,600 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,600 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,600 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,600 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,608 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=41 (was 35) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3456 (was 3611) 2023-12-16 22:55:43,615 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=39, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3456 2023-12-16 22:55:43,625 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,628 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,629 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)) 2023-12-16 22:55:43,629 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,638 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,642 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2023-12-16 22:55:43,642 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)) 2023-12-16 22:55:43,643 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,643 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,643 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,643 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,643 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,650 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[0: blockSize=8,192, bucketSizes=null] Thread=43 (was 39) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3391 (was 3456) 2023-12-16 22:55:43,657 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=43, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3391 2023-12-16 22:55:43,667 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,671 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,671 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)) 2023-12-16 22:55:43,671 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,680 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,683 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2023-12-16 22:55:43,684 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)) 2023-12-16 22:55:43,684 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,684 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:43,684 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:43,684 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:43,684 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:43,691 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[0: blockSize=8,192, bucketSizes=null] Thread=47 (was 43) - Thread LEAK? -, OpenFileDescriptor=292 (was 292), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=183 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3331 (was 3391) 2023-12-16 22:55:43,697 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=47, OpenFileDescriptor=292, MaxFileDescriptor=60000, SystemLoadAverage=183, ProcessCount=169, AvailableMemoryMB=3331 2023-12-16 22:55:43,707 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:43,712 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,712 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)) 2023-12-16 22:55:43,712 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:43,713 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir so I do NOT create it in target/test-data/22eb30bf-12f5-0423-45d9-4900c2552218 2023-12-16 22:55:43,713 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir so I do NOT create it in target/test-data/22eb30bf-12f5-0423-45d9-4900c2552218 2023-12-16 22:55:43,713 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:43,722 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/22eb30bf-12f5-0423-45d9-4900c2552218/bucketNoRecycler.cache 2023-12-16 22:55:43,722 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:43,722 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)) 2023-12-16 22:55:43,722 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/22eb30bf-12f5-0423-45d9-4900c2552218/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/22eb30bf-12f5-0423-45d9-4900c2552218/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:43,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2947008791594813538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:44,824 INFO [Time-limited test] bucket.BucketCache(1319): 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/22eb30bf-12f5-0423-45d9-4900c2552218/bucketNoRecycler.persistence 2023-12-16 22:55:44,824 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:44,824 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:44,824 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:44,843 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/22eb30bf-12f5-0423-45d9-4900c2552218/bucketNoRecycler.cache 2023-12-16 22:55:44,843 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:44,843 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)) 2023-12-16 22:55:44,845 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=31518720, buckets=15, bucket capacity=2101248=(4*525312)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2023-12-16 22:55:44,845 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/22eb30bf-12f5-0423-45d9-4900c2552218/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/22eb30bf-12f5-0423-45d9-4900c2552218/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:44,846 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:44,846 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:44,846 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:44,846 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:44,854 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[0: blockSize=8,192, bucketSizes=null] Thread=53 (was 47) - Thread LEAK? -, OpenFileDescriptor=293 (was 292) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 183), ProcessCount=169 (was 169), AvailableMemoryMB=3296 (was 3331) 2023-12-16 22:55:44,861 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=3296 2023-12-16 22:55:44,871 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:44,875 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:44,875 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)) 2023-12-16 22:55:44,875 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:47,130 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:47,130 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:47,130 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:47,130 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:47,146 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[0: blockSize=8,192, bucketSizes=null] Thread=52 (was 51) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=3268 (was 3296) 2023-12-16 22:55:47,154 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=51, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=3268 2023-12-16 22:55:47,162 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,166 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:47,166 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)) 2023-12-16 22:55:47,166 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:47,183 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,186 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2023-12-16 22:55:47,186 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)) 2023-12-16 22:55:47,187 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:47,187 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,192 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,197 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,202 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:47,202 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:47,202 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:47,202 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:47,210 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[0: blockSize=8,192, bucketSizes=null] Thread=56 (was 51) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=3133 (was 3268) 2023-12-16 22:55:47,217 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=3133 2023-12-16 22:55:47,229 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,233 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:47,234 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)) 2023-12-16 22:55:47,234 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:47,234 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:47,234 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:47,234 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:47,234 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:47,241 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=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=3100 (was 3133) 2023-12-16 22:55:47,248 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=3099 2023-12-16 22:55:47,258 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,263 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:47,263 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)) 2023-12-16 22:55:47,263 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:47,264 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:47,264 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:47,264 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:47,264 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:47,271 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[0: blockSize=8,192, bucketSizes=null] Thread=55 (was 55), OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=3068 (was 3099) 2023-12-16 22:55:47,278 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=3067 2023-12-16 22:55:47,288 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:47,293 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:47,293 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)) 2023-12-16 22:55:47,293 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,429 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:48,429 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:48,429 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:48,429 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:48,439 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheMultiThreadedSingleKey[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=56 (was 55) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=2733 (was 3067) 2023-12-16 22:55:48,447 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=2733 2023-12-16 22:55:48,458 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,462 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,462 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)) 2023-12-16 22:55:48,463 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,465 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)) 2023-12-16 22:55:48,465 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:48,465 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:48,465 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:48,465 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:48,472 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocatorLargeBuckets[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=57 (was 55) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=2733 (was 2733) 2023-12-16 22:55:48,479 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=55, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=2733 2023-12-16 22:55:48,490 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,494 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,494 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)) 2023-12-16 22:55:48,495 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,505 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,509 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,513 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.0, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,513 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)) 2023-12-16 22:55:48,513 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,514 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,519 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,523 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:48,523 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:48,523 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:48,523 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:48,531 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidMinFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=59 (was 55) - Thread LEAK? -, OpenFileDescriptor=293 (was 293), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=2702 (was 2733) 2023-12-16 22:55:48,537 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=59, OpenFileDescriptor=293, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=2702 2023-12-16 22:55:48,547 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,551 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,551 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)) 2023-12-16 22:55:48,553 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,553 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir so I do NOT create it in target/test-data/86faaec3-b270-a9b9-5998-af1643cd848b 2023-12-16 22:55:48,553 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir so I do NOT create it in target/test-data/86faaec3-b270-a9b9-5998-af1643cd848b 2023-12-16 22:55:48,553 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:48,562 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/86faaec3-b270-a9b9-5998-af1643cd848b/bucketNoRecycler.cache 2023-12-16 22:55:48,562 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,562 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)) 2023-12-16 22:55:48,562 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/86faaec3-b270-a9b9-5998-af1643cd848b/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/86faaec3-b270-a9b9-5998-af1643cd848b/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:48,670 INFO [Time-limited test] bucket.BucketCache(1319): 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/86faaec3-b270-a9b9-5998-af1643cd848b/bucketNoRecycler.persistence 2023-12-16 22:55:48,670 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:48,688 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/86faaec3-b270-a9b9-5998-af1643cd848b/bucketNoRecycler.cache 2023-12-16 22:55:48,688 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,688 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)) 2023-12-16 22:55:48,691 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)) 2023-12-16 22:55:48,691 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/86faaec3-b270-a9b9-5998-af1643cd848b/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/86faaec3-b270-a9b9-5998-af1643cd848b/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:48,692 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:48,692 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:48,692 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:48,692 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:48,699 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBlockAdditionWaitWhenCache[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=65 (was 59) - Thread LEAK? -, OpenFileDescriptor=294 (was 293) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=168 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=2694 (was 2702) 2023-12-16 22:55:48,706 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=168, ProcessCount=169, AvailableMemoryMB=2693 2023-12-16 22:55:48,716 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:48,720 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:48,720 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)) 2023-12-16 22:55:48,720 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:48,722 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:459) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:444) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:418) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:407) 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:541) org.apache.hadoop.hbase.io.hfile.BlockCacheUtil.shouldReplaceExistingCacheBlock(BlockCacheUtil.java:216) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.shouldReplaceExistingCacheBlock(BucketCache.java:459) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlockWithWait(BucketCache.java:444) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:418) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache$MockedBucketCache.cacheBlock(TestBucketCache.java:128) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.cacheBlock(BucketCache.java:407) 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:541) org.apache.hadoop.hbase.io.hfile.CacheTestUtils.testCacheSimple(CacheTestUtils.java:150) org.apache.hadoop.hbase.io.hfile.bucket.TestBucketCache.testCacheSimple(TestBucketCache.java:213) sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) java.lang.reflect.Method.invoke(Method.java:498) org.junit.runners.model.FrameworkMethod$1.runReflectiveCall(FrameworkMethod.java:59) org.junit.internal.runners.model.ReflectiveCallable.run(ReflectiveCallable.java:12) org.junit.runners.model.FrameworkMethod.invokeExplosively(FrameworkMethod.java:56) org.junit.internal.runners.statements.InvokeMethod.evaluate(InvokeMethod.java:17) org.junit.internal.runners.statements.RunBefores.evaluate(RunBefores.java:26) org.junit.internal.runners.statements.RunAfters.evaluate(RunAfters.java:27) org.junit.runners.ParentRunner$3.evaluate(ParentRunner.java:306) org.junit.runners.BlockJUnit4ClassRunner$1.evaluate(BlockJUnit4ClassRunner.java:100) org.junit.runners.ParentRunner.runLeaf(ParentRunner.java:366) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:103) org.junit.runners.BlockJUnit4ClassRunner.runChild(BlockJUnit4ClassRunner.java:63) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.runners.ParentRunner.run(ParentRunner.java:413) org.junit.runners.Suite.runChild(Suite.java:128) org.junit.runners.Suite.runChild(Suite.java:27) org.junit.runners.ParentRunner$4.run(ParentRunner.java:331) org.junit.runners.ParentRunner$1.schedule(ParentRunner.java:79) org.junit.runners.ParentRunner.runChildren(ParentRunner.java:329) org.junit.runners.ParentRunner.access$100(ParentRunner.java:66) org.junit.runners.ParentRunner$2.evaluate(ParentRunner.java:293) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:299) org.junit.internal.runners.statements.FailOnTimeout$CallableStatement.call(FailOnTimeout.java:293) java.util.concurrent.FutureTask.run(FutureTask.java:266) java.lang.Thread.run(Thread.java:750) Created at: org.apache.hadoop.hbase.nio.RefCnt.(RefCnt.java:59) org.apache.hadoop.hbase.nio.RefCnt.create(RefCnt.java:54) org.apache.hadoop.hbase.io.hfile.bucket.BucketEntry.(BucketEntry.java:110) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$RAMQueueEntry.writeToCache(BucketCache.java:1499) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.doDrain(BucketCache.java:1059) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:972) 2023-12-16 22:55:48,722 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: 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:1499) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache.doDrain(BucketCache.java:1059) org.apache.hadoop.hbase.io.hfile.bucket.BucketCache$WriterThread.run(BucketCache.java:972) 2023-12-16 22:55:49,821 WARN [Time-limited test] hfile.BlockCacheUtil(227): Cached block contents differ by nextBlockOnDiskSize, the existing block has nextBlockOnDiskSize set, Keeping cached block. 2023-12-16 22:55:50,922 WARN [Time-limited test] hfile.BlockCacheUtil(223): Cached block contents differ by nextBlockOnDiskSize, the new block has nextBlockOnDiskSize set. Caching new block. 2023-12-16 22:55:52,023 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:52,023 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:52,023 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:52,023 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:52,037 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheBlockNextBlockMetadataMissing[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=63 (was 63), OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 168), ProcessCount=169 (was 169), AvailableMemoryMB=2693 (was 2693) 2023-12-16 22:55:52,046 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2692 2023-12-16 22:55:52,057 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,061 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,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)) 2023-12-16 22:55:52,062 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,063 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)) 2023-12-16 22:55:52,063 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:52,063 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:52,063 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:52,064 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:52,070 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBlockWhenIOEngineWriteFailure[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=65 (was 63) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2684 (was 2692) 2023-12-16 22:55:52,077 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=63, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2684 2023-12-16 22:55:52,085 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,090 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,090 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)) 2023-12-16 22:55:52,090 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,099 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,103 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,107 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.0, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,107 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)) 2023-12-16 22:55:52,108 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,108 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,112 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.2, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,112 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)) 2023-12-16 22:55:52,113 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,113 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,117 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 1.05, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,117 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)) 2023-12-16 22:55:52,118 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,118 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:52,118 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:52,118 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:52,118 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:52,127 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidExtraFreeFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=75 (was 63) - Thread LEAK? -, OpenFileDescriptor=294 (was 294), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2585 (was 2684) 2023-12-16 22:55:52,135 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=75, OpenFileDescriptor=294, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2585 2023-12-16 22:55:52,144 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:52,148 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,148 INFO [Time-limited test] bucket.BucketAllocator(339): Cache totalSize=33288192, buckets=63, bucket capacity=528384=(4*132096)=(FEWEST_ITEMS_IN_BUCKET*(largest configured bucketcache size)) 2023-12-16 22:55:52,149 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:52,158 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir so I do NOT create it in target/test-data/499ee919-6c3a-0123-f69e-d66580c79f5d 2023-12-16 22:55:52,158 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir Erasing configuration value by system value. 2023-12-16 22:55:52,159 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir so I do NOT create it in target/test-data/499ee919-6c3a-0123-f69e-d66580c79f5d 2023-12-16 22:55:52,159 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir Erasing configuration value by system value. 2023-12-16 22:55:52,159 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/499ee919-6c3a-0123-f69e-d66580c79f5d 2023-12-16 22:55:52,159 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:52,166 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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.cache 2023-12-16 22:55:52,167 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:52,167 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)) 2023-12-16 22:55:52,167 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/499ee919-6c3a-0123-f69e-d66580c79f5d/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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:52,167 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2706921237439055269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,268 INFO [Time-limited test] bucket.BucketCache(1319): 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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.persistence 2023-12-16 22:55:53,268 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,268 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,268 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,291 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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.cache 2023-12-16 22:55:53,291 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,291 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)) 2023-12-16 22:55:53,293 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)) 2023-12-16 22:55:53,293 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/499ee919-6c3a-0123-f69e-d66580c79f5d/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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:53,293 INFO [Time-limited test] bucket.BucketCache(1319): 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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.persistence 2023-12-16 22:55:53,293 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,293 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,293 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,303 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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.cache 2023-12-16 22:55:53,303 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,304 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)) 2023-12-16 22:55:53,306 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)) 2023-12-16 22:55:53,306 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 2023-12-16 22:55:53,307 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/499ee919-6c3a-0123-f69e-d66580c79f5d/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/499ee919-6c3a-0123-f69e-d66580c79f5d/bucket.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:53,307 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,307 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,307 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,307 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,314 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRetrieveFromFile[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=81 (was 75) - Thread LEAK? -, OpenFileDescriptor=295 (was 294) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2580 (was 2585) 2023-12-16 22:55:53,320 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2579 2023-12-16 22:55:53,331 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,336 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,336 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)) 2023-12-16 22:55:53,336 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,625 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(842): 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 2023-12-16 22:55:53,634 DEBUG [Time-limited test-BucketCacheWriter-0] bucket.BucketCache(927): Bucket cache free space completed; freed=3.89 MB, total=31.75 MB, single=0 B, multi=14.89 MB, memory=0 B 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7356519749132396177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5576361221815121847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7397921086803879344_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1886463895578996656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5021525485315192592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9006946253904190840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -74620462233080603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,698 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7085913419402174642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8938445513343084506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1495692479028901694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6886029377483787039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7772156336449873522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2428129954740457184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 946692966139342854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4812276945689609959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1508739774743036769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1405557827805553179_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7909793451217446976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6285698871485712872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 520495817816370956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,699 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -922879802032270451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1765230361842097885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6631626664962024893_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -535895935930385920_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6106679227482657823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1477953079365620908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3491607750646087588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7466024589066594311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6473036565354525147_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8000167793916794787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5025623268283400178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8921619748319886999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,700 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6310181139072660291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -869887563581746319_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5897703865317339730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2263555810608149872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2990266567482747869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2257735431320839317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7796322575684217810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -595054447679491117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8811218497481896905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 171157403116146666_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9171588141645415376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3636728470368222854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,701 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3763664478669671497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 381674378177258703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8104852942437130146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5699242917695490061_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3449777288191652254_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6724576525764635738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2261840951612051858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2283839144288250115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -891701115022893548_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 728376937516378640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1966504618147603711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4224422540810924095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,702 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8919278780964230760_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5515591154211587370_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5966661313478170145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7163132064292960183_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7973363265331774737_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -526150890248887521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5342844575145719593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8552866790420387155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1894152142703533849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1735140621089654833_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -783015788015663540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2165083605089112975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6643057559744421628_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3025675081532823305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8317581099830004132_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,703 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1140776557290163090_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2011804381374433284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5730252944804903874_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5038454919060405120_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2583960334609705918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4528682434505291146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 598458985687021154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3167258813812814939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3441675652272374049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8720872434866550884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7330421390952414384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2559048217733548233_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2118819038817317864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4334761422424501327_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3266975526807440274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -348534588971806756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6790526765715302854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,704 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1228504717689956551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4709769840585131481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 762889247120433026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2063481533001257805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2645865676972144891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1489961100789105588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8794639219687647739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4953363698033858236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7579815132064446573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3784463548389032854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7612171964972621674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7957505400160291471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 807565838669801288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4392297728664388522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -263465757092935164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3393634557485823832_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3406547738813624580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,705 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1277974004628335741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7396510301170657885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3152940748785199786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6911997984016616114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4822659925809479536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7494340892428489935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1609732772944179674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9154854716706415549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3363992378729968726_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8048788444346376440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2470812054044224965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3548867018688146430_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -513938293632492692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7105867927993481303_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4397042502440748561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2863051384046933571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5514072212515750054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2795147496107757299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,706 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8010290833911833072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7516052735541051064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4023738613822043530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7692615209138796999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -985114407303162774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7769619652150917499_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3067244057376251556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9176531913132654584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4696581260796520119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8993986515931850161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8142229634965496574_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8575574911107095346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 980202649812594178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1176613509842100649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4716134817118184289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8333691270782254860_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2326206510852668284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,707 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6926499010738928843_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 443129158534142593_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4373629229631132959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1602720491446738477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8861801186403687743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3291772453730889875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7768424651077913817_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2396580522900870974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7982018178483831382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4873066931316982662_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3701354748059710031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -636438193641796834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1315782936497512402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8732184666680747849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3194976892772180654_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2612863330168512224_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3426303595986439728_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -662707137851861749_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,708 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4146908504894526218_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6258496770600982123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3456595893315865127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5698844844041809448_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8228120006129243265_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1819124915142982989_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8946269910204766062_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -837489072402001589_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6178571354760834396_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3852046680301171087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1438909201228402724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5334496122232581667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1771216084342805109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8187245089285946744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2435103251535619724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4107376220293931940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2463759086222326428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3035830726759938277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,709 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8277751043715971217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5479720488938470897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8616670490079333653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1169526051755386643_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -528983487821690247_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2533465501381265411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4507133171654816599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7417865447117194031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8576396747794893456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7782412832234254631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5011731891370134960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 133710553632587715_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -822043430315485804_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4422894213193023984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7007654305852543730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3077884154499022107_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4846656163148870721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1689490422029438428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7054143806246515133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,710 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4333554222189850940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8070337991867595076_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3578990731768473473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1398121045635641312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -575685187788820942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4491909264975482432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1157666147557074495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4122056677486722118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2407086602191255699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6832373654721445024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6547343396501365812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7310087884099767116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2287445749789751406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4289362279457046810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3686469331925854011_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8275077415127905280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9188353969434578688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8734855837160102319_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,711 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6454961837604352744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6356584008358138584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 666353695947099973_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8169610150148259577_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4718449188048278392_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -907779202615795244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2703134056268491114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8738477799833907935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6554271417993767241_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -472943976126562001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6983201207508910311_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3112296722479609423_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8339541510939431969_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8323105329043811980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7142603678686820530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9015729734528204152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4021189987047299122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1481285995967218919_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6786741913749653663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,712 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3453812128043503783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6239971945770596203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7273101783436709287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7662746811241422758_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1857071380153724883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4096103056813347045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 399734058654529911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 781810569370954103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -858842236683215885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 207644075991798184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7093304433980928747_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 744758333783389581_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8219691217845929064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7301978128454464080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,713 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1180040173004459898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6786877874502765968_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7474296483811719486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 263200895845502300_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4003453034247842033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5394866920830439914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9146333184797481087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7793687358306955261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5102914215720525885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3911562812102709059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3268413534012096717_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5791740291943815517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5385328475038566957_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4925062292780788348_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6109701555733092163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4227438542062859809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2633278987652468357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2185795895468939416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,714 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4705871410104690566_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 564897777281281099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8790843545356364506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8211388094244862515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5791584204116843418_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6833806018928861219_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1499875432715042705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6960203533770896088_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4517916479334247257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4685162041254650466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8595915022786191869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -605409087128754498_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8096851822668395823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7487488435137388750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -945990945762418451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1157479682212280378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4825133967677181884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8149039895909041151_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4784099590073172039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,715 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5978922473375251926_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8912978866770718044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1906840606715224080_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1983812638225979456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8969249115801060592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8146506235728122427_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6026030872779278916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5831247264285242625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3364758438120016524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3397460545118872140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9130331603797683795_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1907958992025139869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -759954574711469545_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7353785082476420163_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -414501403322773796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2034008147383267443_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2972596816251659268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4294746088683919135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,716 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2563291224652816332_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2628687433044445099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1422084877889216785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4232404349367804595_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -442107479841081424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3876618416742151228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7671419622581041384_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8723655765386953958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5958961383114525542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7856260641970186302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4513508026351634938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7938672506589055227_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -54911725984797772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6574747745587164149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6300595845590060535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1124692934867073432_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 770687646023957693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7512708680485310249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,717 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4146771376351099165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1667129468345809736_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8713838748966830531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4280186271065304602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7705452055639854664_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1496485671684061984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7794027376663604993_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5003909825081372681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5429741639481835010_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6857577070217420508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4851579818353678768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8631378145390583428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3654446866440257056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9100239738062894184_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6356774343240455216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1027604411234816787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5859432498779358138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,718 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6519843975922489355_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6126443251814796971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 125148526265758129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6371332757322839509_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1356997057401936570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7439625962239857209_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1005553249699426901_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6175673170467872542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2450863644655802139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -794493165349381304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1844776356001780656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7859733796104695744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2008631044383002939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -218638537775829964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3634347340390514963_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7396385696431335551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2378441828611040374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,719 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -229890879945511908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5266428029802227009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9147658262133239422_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5490525425785303480_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5114557071705955077_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3564774548666889882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -541293183736809261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6521226032265826984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5007868778595443441_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4742595072701843659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -413587087648855085_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 937892113232375834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3980727279903199678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7522225582606518660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9051496308880974133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3586565994222993587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,720 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5566302013830134194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3226660851649317449_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6247035424098078083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6463745259383341889_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4302748048268781584_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5377153371035106694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4968653519862346138_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1206571021239909956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1743871395107838060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5218255956210570481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 330831775500026404_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7081098011505578479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4321397149134213524_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8683800365800416146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8104850329144280960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 334925436173220266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5719476470688230381_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6709077448547079033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,721 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5148919676741964009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 464249906606088323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5340617944254812639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8122672985325222156_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9150178958075031961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1569406024609403538_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2180379501832144338_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8856280950786919649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3744510207450438307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8907965675030044603_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7784204612429227296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3131345825776732246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3002053367208222612_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6025657187739037471_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4236722121836606510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6985418204967674729_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5465156861114124617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3508120304768282177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5904831791470020906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,722 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -387856480459081111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8478587799073503489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8889992156984358493_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7565119229830021953_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5119253328230104017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8445339799110565885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9137916709206262229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3607557653061322353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -719863793438971477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8483250981078723897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7633892401731024495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5030243232353620494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5696438581235569244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2473595908364092694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9038882757296913030_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4318806918806729807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2394966858041057925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8790334170546220672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1796096855880006810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,723 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5634056459191609865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4542235730455370302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1865584536341052272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6380042960462421065_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2204907190920052149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7251742973605988691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8895508775200656561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8097124314325721743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7424717850088927814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -511140613595026036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -100182826759814310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6315672961214612608_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2657403068639946246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1945505044730105513_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4774008685962336339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 922261850346133261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8740689409657343627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,724 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2829921814852876655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 869732818838342842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5731420043085323411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4953049095317791809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4724369372464651855_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2825939387509515098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5232198314263143688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4903182021394964296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -432052989257821510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6595128620319538357_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5709695150556499965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 636278411680420135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5353685332932960231_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3641757872287539788_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1389768237095829178_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7427391541263713215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3393096637217514307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,725 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1147718010478940640_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5639876552803941996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9133184846107748063_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5562594318788257675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6833168759357195792_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4993924201275948168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4213907650010095393_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 261103996851867820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 673867376295237279_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1248123367362246196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -976520033069340395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5632151914263390322_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6055213246068795473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2834617706196254881_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4377482023754806761_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5430562053095796884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8724087902920531942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1172482855011995433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,726 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8831380765214968131_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7566264341240963840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4621741690767076776_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7508736373827228744_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4020432968361521694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5032002654760364416_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3159502132075114845_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2336548634423767494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2657339570950185836_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6570941825800493984_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8705053861318695078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3835022410944260229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3009248651213943932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7247491681831223665_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,727 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8196800065732877553_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3194720083702790133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8369683911740028130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7108081891075185837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -724327017022172021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1362652621716661109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8371351655464995087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3325761689337824537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3322789254357764411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4805756670848236365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6766926119057841109_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3653496402035382491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1080532109506096507_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3197165335986027406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4597036040497533556_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -859486689412962716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5669383741009395162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7429151384080261517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4549406368624708577_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,728 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -165152548524176508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7728792119893302155_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -716249162381426732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7948660472244567938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2879955392099720646_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1458974439497790906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8504853474724263862_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -413330335621469549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2328851800640336725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 860540857963754530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6426885411691575378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4994018537473449478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3007617106334416825_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6548143708282140693_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2960235333240168564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8360906642142231651_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4126821318705421192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7893682234690205451_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,729 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7219667292601894145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3153143549702290400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2287544781698454475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6477596352891771694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7165097185569221665_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1242354254594298228_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2262100728337499627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7000323343282198305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1187659075329570112_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4408504070650522762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8188613972606546965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1284143162620429464_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1536120194682361321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1098962100574449307_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3231756574567054898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8991603219647830261_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8711127692146622067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3752626440485876299_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7579835234257870281_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,730 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7188329814382141629_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4728589478354620637_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4178135182178012146_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1614700897361074765_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6693341133176580440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2891075714018941031_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8454084171103523240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8745398387933979915_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7551595654008005413_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7466917403829407408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8525471875133469217_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1703016445908631789_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5935201457433352978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 477098225408159806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8372065985915298514_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4035025706544479694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5382173756882636238_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,731 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7611648709136321373_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5498606555261533433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6966301212931510353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2207855864479371177_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1939116752487008245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3716817067544992885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6398230464773761315_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -103582686352604244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -200326454040785417_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4192843173028597100_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8093365646406963971_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3308341816901113880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5927763289997390477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6842034789222007741_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7292418599391205847_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5329848551598338725_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8720437887528163052_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8378538793523736272_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7746651614575553812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,732 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8249371485094722924_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6633307716762304310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1647407604657338321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6141276642525124939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1332208000980412268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5922806802281243624_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6415165831562435124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2943922625960794858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2220638413319016171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8778639595775413406_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2012772112643030310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1325460965689793022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 419871013101129165_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2752674721752658190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2027839645785519882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2213390216966191573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2939038076400452306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7124795948826874414_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,733 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8889528533149402609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4970483753633175794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1439275270607061221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -597783298369088158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 899959530840586137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -129029628123164705_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3573440209468256815_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1403647542204085535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8730108151082793837_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2746214200991173139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8464758224383514264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5212937030636483162_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2205966442089005087_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1748543990602224269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2480598037523999636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3279899087575351072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2553465788697024606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3234826378012324722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,734 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4665184077226579771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3615796509700246617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1353994354629394371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8990266495090856952_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1552515343169186305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5704116268627503264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6123970206980334180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7209150740921931531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7672431121435900482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3475222562322307516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8730347054749428129_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6840569069750039959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2261426656257109161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8030175101845434656_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6457383783287549521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4019260679967845911_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2757996586692779978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,735 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4541947509465964137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7418007740754186247_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1824628774838522295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4798130826359588824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2656293574035805710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -249997508431319606_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5837261130511192846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7164454656789085169_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5603737244515499549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 350912334797843023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5248699313254572723_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4837415141232479504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 450490013220726861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4529915235761368527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4821958438059896240_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5435943990077395482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7164576802373850806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7454569530665410945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,736 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2018922402177205710_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2125207100506296549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3664241495873254995_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1981125419189539534_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3566205190442867221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7557319598181863095_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 499003915023558738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2713852804132279515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7701999262207503739_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6675075786459140040_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -148965660133167213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8008919188163402806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8492091018894373778_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7213950945775695558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2915591957330632005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1627887241281932014_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,737 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8573181449581509922_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4621785406876399535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1959028476396363759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3670345593410973388_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6114691336985351000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -113361993331759696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2710993537117518902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2280964304165201064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6882238013180430459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1452486368783168681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3690364834719219486_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4480502450384737986_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8237964291922556200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5670400398240780305_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8884464488259749003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 854432212983919774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4535102542192674746_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7724056740781456592_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,738 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 662639935630233634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6807410525257965019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1550235138112152148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8948641492355844148_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6840094237437065098_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7385516522268733958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3381558384411910297_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6729889648516727864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5680636034125533461_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4120443350873164118_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7482326634626261440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -777837986976524028_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6919519180481478547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5743092682528767948_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1628966363252620964_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9160381440695346008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 291324271213052691_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -506935717794997039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3659242583507023544_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,739 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5943483198042817999_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3980634461991000408_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4260110724983928371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4638126670268806123_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2090745681141044333_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5230625261239977421_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6930514590626370934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9154753902036841168_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7689510518095682909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5955748265384510720_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -250352934335847711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7902038799599021015_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5894253755978783383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2819590020501982144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 379734756064528079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,740 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2620195829254922609_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4601494739995135473_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3859282908401238620_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2147862748806732033_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8155451295768597293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8806960480079573345_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4624362124302833242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2229804726868018340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7604661554372232979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -937984369941009258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8590626565501515363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4160375206985315287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1639541878880233343_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4729261733601625071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1992376554382911198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 767740598540878358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4787337553952959017_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,741 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4669777776627209542_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8551557193784419389_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2797981702763216258_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4046634815679464768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5803451626034668907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2322767111596588647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 922363651556207127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4625756922758131875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6406992038015998687_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7239091716760442780_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4338155630771603623_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 990346009582041635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3209087706240011103_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8986342038066755563_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3811002153148380933_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5268414091631985194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6842420750291587690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7735787365293457533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,742 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4772143018899036108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4929152217643812550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7409281184921773532_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7861567073123648701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8423995222432087051_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5698527977869028257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 596228853029190779_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8925483869947910846_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -778463427163160336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1363862750142746970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7967728936469518214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1970007095058098386_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9107285969749158807_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4004625553937058403_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1795237644577593054_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2574569368877142939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8344586612961336135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,743 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7524198425724854943_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7948295820745466768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4381703756254125340_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -98295783983299644_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3084082408680984730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5101744535612168059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3746286632928986336_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7378346399555882882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7516804888921150091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2975480162445253827_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7081879186171034743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6337833935684964907_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8770039615449125658_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2539087194214013223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8027502060058498483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4806858359279089596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1174849263776992257_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6063850720412651961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,744 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8537335653128562667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7183034411248576472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4462865284724133902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6027081291592988335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8637338083673936483_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4700676181725796394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5123603669313646908_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4280530021288478929_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4462082035125048133_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 535007393453241136_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4915959054802810122_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3735114257121271877_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6171961820588468928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3358767769523993962_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1055638842427889772_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2462982091058896811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7922195072557866753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,745 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2397139400815793880_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1933644844154187873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9199565602974609935_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4011228944140105676_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3376796571583658635_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4065805610760559213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2537936370833081537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2708482809851368713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -119532173498030716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6638739849579470540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6512278296458426391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8615276235065008866_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6777765710792084276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8421450996351370879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6443847953798040988_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8489105637266156196_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4285892157788601158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,746 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5533115647266289346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8362509191359966799_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5687060407063730927_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4761138348632857268_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2773866851650652244_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4455704538438470914_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1071155186816635814_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5700175988423904276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5737708727743984236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 652794276275911214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1634428808608884954_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1580081112222623618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6610931884653074331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9159056252533908477_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7078700726715027870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5794749438734171567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 306499408402996283_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4833242856819069341_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,747 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -479552255209577652_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1608520943567654026_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6355046149307696872_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6109855993757551454_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6116540799652881529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4910805134173165716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2250984543482751287_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -788344035442854491_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -703551649322213820_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8582830347527375801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7937686856088109659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7784286751718565690_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3226141353034286067_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2273772887083841740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3171507474164924958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,748 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5090207276995463154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8835385917088339856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1569990219697201424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8190451686359494940_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7881881901991236869_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3114843434780949271_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7102535366934611925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4769338757532604376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1108388176572869370_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1486889219117180960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7730432304525131195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3018216849451770185_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3615587686135931020_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3426387894266842374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6029314265758003157_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,749 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9115030713737001154_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4036332062831918019_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -302120660988504768_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 128612965608987663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2214920610349148243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2940863877547254134_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5548513681838402785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1257793483555369022_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2372782647564565039_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8630153049970511783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1911649433276547618_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1680417227526681636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7663268925249888942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2047793970610162426_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3140450248351234205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5248300827595020663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8995031482018262079_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2952227650733087032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2198208301449762791_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,750 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1700901029929924956_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2974963968007228342_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6137331632171284110_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2188096902250295818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8890609662641811573_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8488317616433264959_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5901348057046398005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2008557103740118934_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8070120121692080029_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7554992926674715732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1355318747390586932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6784993011392327537_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4137166589307347069_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1985227213786527809_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2813902372164307003_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 856804587847819724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7137601554431603047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7283601582496184399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,751 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5202887447772002960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7193532867561555722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -392308155826889864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5758581455397497479_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6690019683212725363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 854772584984080180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1949666202939679059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4472552975395651291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8810710942056980742_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2691801608513012909_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 526456474170909655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -913782435383050309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 938230743079575365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2017381417281605701_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3507052787682925898_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 355775049880315172_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 457820207595165535_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5230515905561649023_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,752 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7236979725449239918_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1632563570101089571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2768218753876711009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4264179890407210117_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4610891034729419709_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2420909198168059145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5898425012232666280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8655866313247229024_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8187124411368353634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2175395981744691130_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8165573729430152270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 921068518761403205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5967938943464814906_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4065379350749379520_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1688974479486907585_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 965024129007208482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7136861455769229339_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,753 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9014714718277005936_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1975982920507358383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7072736735289920636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7516120879555356372_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8005367291748396246_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2278303799158586363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2634812257610285412_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7918599605922812144_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3564805949973990211_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7962292262174572867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9025261176021124064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 506982701047148324_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6833143122456637411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2431583741252998330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,754 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2517459285269428369_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3763939038474000376_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2993017928161389326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 204323913415482137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -762491642596347828_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1631057490491538958_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4105413423750706508_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1380286907395998230_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4032871199287247711_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3372241876741496032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8519165682398967072_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6522989485124335785_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8316341639477047899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -262356237606564442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2879660131847276531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1651870386327088994_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8525320629109850588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,755 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7750163128805609783_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5375785319997068006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1000727891797857875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5685890624557063444_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7664861563301018119_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1751255054452523036_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2544348971500467199_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2188538498753950083_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1999321406865498187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 827895959865579164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6880483019685595831_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5387408848699456149_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5641948131491908219_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1430920936688273164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4133611812264447111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1772332637688605547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6980862470596215688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -504641354645192472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,756 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4001704351006764721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2864702044298440786_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6777738428510185614_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8368225010649353754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4350088003872653476_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5464843148585601353_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3969179986625899358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1263732131489866851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6090994065478863263_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2554948316173103921_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1467583064970709330_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6537309775426936945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3594747709304544716_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6094945553177964505_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6313749056530870587_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8474855507817759469_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5489812576046113531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,757 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8780633598882974091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8846317704723403674_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5080190153057561284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2456671635522271089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2784891811398437796_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1508122488393598116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7114148426421055282_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -58589806271264987_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1433749195793892812_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7578843190310158660_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6986600351767196021_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2078394942800969445_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1568932583508266840_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7332802338736517745_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -211687945164340703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5854002788170283102_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5176749919943846433_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5747456443442379865_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6497521629227084530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,758 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5058482737521613198_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6896971210609916071_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6519618764380984075_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7441296080771553312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6861693452799431001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4704861580054554981_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3474027919969633458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3401369493878808539_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4756638740962488482_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7481436024990035489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8255031124078097916_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2654202133484189667_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5901238544138585488_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4326651683794689884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 865414360416145207_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -443438208413717770_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8892006771003547627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7147481635674895793_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8170070062444800495_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,759 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7721986396156332025_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8325689943940323190_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6187517897819381743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4611624220355714647_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 382161220538503704_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5672722583358702810_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6019909628545580415_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4851597038044304596_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9002458044340306719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -170108862120079996_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7141861993357582672_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2194148927301261754_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1520197791844313870_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3799637376104047304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -718452935851276602_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3547482938985367732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8666439619671431688_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6590130622882741529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,760 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3291678025481973515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6497185732981296245_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9178298761492409536_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3181583833555211194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5332963589809529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7315107474658538527_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2110555796202627405_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6198830511159360694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7093341722280603242_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2289963853989718750_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5054730550701805824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1491234059926106310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5196446778328726214_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3922299547939903681_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3373595224173784296_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7967301080502901515_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7643884212375276194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,761 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -467796538248195902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3546629179126284997_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8707572238090267528_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6273350523766928724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8115051870919342191_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8691612660149088506_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6496503597488588317_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8934828516290099826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7973161469729293564_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4111247927370216442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 583829252130178673_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5233858776557777018_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5340338167898575137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6714046917243372510_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3656219106754108960_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2431417041670645108_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7089484383592090568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8709612918278225220_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,762 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7703641125314873829_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2474917704510061942_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 57062579557513378_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7588109395307064310_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6436785028080388571_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8922007155950945428_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8110883653973288724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5105308467922058276_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8392063413228700294_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3045822428759747617_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4817800637059706044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7721078172615292494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7755745750842945818_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1660766634046259522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 124403259528669801_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -551036909692345985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5834580039583873561_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,763 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8428273166393534291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1821594193012287160_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8999085518868328530_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8835336633184408234_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7699129116657000398_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2589333726858753269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3531462034838889264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1238221760709809522_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4702081436545874139_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5225354821224674712_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2456552294340958038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8320078268220080447_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6358663313602736239_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8679622911050637550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3932962345384988111_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5041935410525830304_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,764 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5977968454830432549_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5015202614173520402_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6946489909721960101_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3599583351981405210_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9041220834402927947_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 125993845546562201_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7463494186982684458_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7666646944304450540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5173235541110584027_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4696914626072758613_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8445544382617672289_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1654868342627055_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2281802225998105721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3119302663359079979_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4992489786560267091_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1580601261296780867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3891205375002214970_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,765 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8449724446875496684_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1409394355425509497_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6382044925934070504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6913822910050852834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7613636287523481331_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5995587635333210411_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3747775896701954740_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -991031665132164243_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2422908192728854446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2888506226335736128_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3008704364941315175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1036312279126039309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9040173846187820171_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3437226730727033266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,766 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8730302503966829540_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1767860560830169871_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8397633941388218558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2986389181590758360_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3472252239420664697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -631013562316582849_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1214291233662850978_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3254642965705747467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5650829778462379145_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7147965352329205086_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1758987578262741756_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7633726360778011394_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 440251559925301663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5119543696521780127_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8106133673994390193_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7934713785464576580_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8814969201155090173_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6409952973304304932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,767 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5893089027847544059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1427304841203273930_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2361062908288260326_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5798860083079203663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1137154096234026046_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6970857198314586010_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5942984541091231567_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8279950315736251856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 157828668049318642_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2800344549104992371_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4436842049148304806_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4487948202491701719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1425324623373791824_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8538044679446483285_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8515625542576183312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,768 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5702337197544393975_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7274721226710418727_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2642556803406193363_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5625200018485878529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4856130162928036597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7563954774081458570_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3160444888565115703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 515998922495921467_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1325705491696671035_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8235131997731713140_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5337283713518627472_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7901118369824188928_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2298696678547088972_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 502465332874560659_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6493655410601144588_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8545307395338189161_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6806267428106382787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8963041163589483213_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,769 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1571164467236827215_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3232202196975512060_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6378195759367372753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7971550850527694822_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6455644928167773073_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5358965244850608078_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7716825944755052655_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -323944122182747158_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3298995916401855208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8871409193102970753_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6667033024726823597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3362393579534987284_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6353148957118630478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 96986586700224204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 920999812039151692_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4200677509371853253_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2063532026545665724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,770 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8289608799290211293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5672472260185606850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1610354008812395901_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8380785360893184291_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8101637177898928064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5002567425292167204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3193308867260720521_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8149648084646755787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2960418638403513961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5555789319704852354_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1211164299251920685_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8673503261288803771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -308227870148474152_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1087662854022850576_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1308117261606896489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6459888374286908004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1431946051457359925_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5033812940581244610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,771 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6905009510565842523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3109343513988032743_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7214452558036330032_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2456752382288390437_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7320628021510552830_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5660722884440999601_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1246662633134319462_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7465331422304443442_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3738329851722990409_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -920207817329154724_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3109276973466702941_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2304499065333957939_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2749438505345222302_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2359573030072704702_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1105507686094652677_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9105675667302769976_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6562948314994062312_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2965301960142148636_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7403346158248828552_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,772 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3906939832527453826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2429623369850799663_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4670054647128013223_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 742824537005823797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2396740717880660277_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2532614730808696799_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3320986895116410034_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2022019430480875861_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8855136450836287096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -318897021529236_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 97570433046336781_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4083556377904937697_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6335880942777047627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6732282767526411694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2446569823452559839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2302845595172496694_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8892942110650454494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,773 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 329809061194310547_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6705303853760414400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 150026328906646475_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3403649247433522192_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8249193527959978902_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1166239132504571852_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2173999113259148748_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2418327681503622446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8353190256834535569_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5615635317726597056_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8336791702132706516_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8548772575721908826_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3393473693328621204_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8714633028582691668_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3760848026052548961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4035764419095457900_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3921169633931143195_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4565923433328780383_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7153423454311346137_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,774 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1863146913587094864_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8948234095869869038_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6050734606206766863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6136877613316134269_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4558173687638844875_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -764734487741064696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1139131828055334382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8893398290445740899_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8074498941067085703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2195676175427613005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4738404101366773675_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7598863275857529251_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6649504944912796550_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4316609662860302175_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3610816057401028293_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3074423043217919113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8954896812094434794_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8134919263041654762_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2033101405927321639_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,775 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7153653643396558006_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1638050487356621882_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1152182984597819205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1304319354928997395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3988256060397117517_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7957453688905066857_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4043499052758344839_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2146795807180652529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5825935816316083115_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5165539231111193653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -993193128361031399_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8127041425726865044_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4629884513323214066_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7849826946428252470_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2095462584325550529_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1861666489011126821_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8430330330146198135_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5997037352814151884_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,776 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3484915335404697280_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1585966598571741335_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 436234436988554885_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5806746383518274337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4647545644437701429_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6364797315718654841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7258133823364559627_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5383243172121357004_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7672444920497855048_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6779860195676578703_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5344924879666364295_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5507502367229824811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4361798939609618823_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6940431784090261699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2139215846701806897_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6819290857094263229_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 748020721751788249_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3585010866866566375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,777 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4405427837811292787_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1606735126647620446_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5184816726882720400_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8659778429789472208_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9023309502382752604_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -28515984168543670_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5273360435616177395_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7407608586073840203_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9077283182837882759_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8115595755063833216_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3453952807911653391_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1934038312654606873_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6424767550931257719_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1229965982088368096_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6960588257644982439_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3221891108520502649_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4179227218850189008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5428747202012051995_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1673614478294190205_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,778 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 316137748318212844_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3041748807625669_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3361286891772984081_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7682317996759725883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3524443677367666721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1218360718097415504_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3813598317020785492_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8997955130814357170_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -429545238563513980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2765492852443320424_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 819882539289987047_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5060256270506757891_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5893036229904297200_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1632473728819706771_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4936565083140171851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2140579319639752903_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1399159763572353802_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7075193831544435013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8863439730851999438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,779 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4837743566947906288_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4902818407849770648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7882979835012758634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8432042064594083757_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2557316083945042721_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6249648973895699980_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2987391410640866834_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4781077798758051738_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8032319532546661945_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5468461032342586323_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 265544889797045358_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8491582690946558013_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4692072298403755905_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1079863239239530965_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5941811667667986653_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8890956941975519267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,780 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5531220258857547456_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2622064716920900769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7605146659733594194_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4110587755751528533_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7332031003288201264_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2969319223699657105_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3440612970199629696_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7514303483764072266_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5317134059047770551_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9102355790869528730_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6460068389053860531_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2596380441393001625_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2915262315069517221_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6014438240938176597_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6451319227891554321_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3268563334917023946_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9211076492600602000_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5060159964603919222_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,781 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3551616800862100274_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5343693774584979932_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -196192507821246863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7382156010836739883_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7643917925351579774_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8820614837934464558_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2092366721977759049_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -581985748370750611_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6165162907632073001_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 436596009690021397_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5185986712716450059_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 879100491296711053_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3015422533675687064_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,782 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6011428245221200099_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4368589888074978125_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7047377754621525267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -75913760820079116_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4663984685414832121_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -968802976623225346_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5267976503320307226_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4900053175902185270_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5659542592715055164_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 429748373911591181_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5670262668269169180_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1849363331835404863_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8266283982906238375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6862304387692088419_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 2251760764438636478_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4243794581499919895_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8803746723741738985_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3101799497176316974_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,783 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7914470051313603309_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3709007391591429803_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8929965389042545572_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 63797075391209306_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5169079921352565578_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -216906814516712722_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 9102535634932226797_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7081913794614235337_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1548160729086861800_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2334701087630441713_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1350442541738833686_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3272366793613870678_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 8434901754497032173_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -523595667782007328_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 717978182237349961_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5066123202782230851_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7329426122927999689_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4744019852795242732_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,784 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2657126585030326494_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4364232499858158568_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5904971170545470382_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -6157393136807174110_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5443350760467910438_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3507418218685500197_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4594596598700314590_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4329699141432838113_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9017048828266331867_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1746422593470680466_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2238194757180126489_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3704125809177341714_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4984968620839955375_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4306614685140352634_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5309012418884035599_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -8634170965276019008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3445707291987364440_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7429613533582223829_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,785 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2283543764724820805_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7218343133642610799_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6240282297302998948_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9090636686680095465_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7398939155714826699_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5304507536079481938_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2564026916698653854_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7249632342079137231_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7134786718464200008_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5212027519900198858_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7615377201535246842_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 5463359050296451481_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -1606751913181487356_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7526103437356703425_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -9051218100829238523_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5694642498243178005_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5340328298190550114_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5101279874575089045_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,786 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 892662081158023631_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -5405637747501226850_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 7602675110146353610_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -3759233230839978365_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 4237738564352379187_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -2696748139556264811_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4259526044076472879_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 3604899943873723267_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -154632328683643434_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -695344244821231841_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 1243601726863609459_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 6591792895348604009_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4434804932591195374_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 975837513619470089_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -7667507657055812856_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: 131073938148902769_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,787 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -4687227782931854648_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:53,789 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,789 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,789 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,789 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,797 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testCacheSimple[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79 (was 79), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2496 (was 2579) 2023-12-16 22:55:53,804 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2496 2023-12-16 22:55:53,814 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,818 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,818 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)) 2023-12-16 22:55:53,818 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,818 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=true 2023-12-16 22:55:53,819 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=true 2023-12-16 22:55:53,819 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=true 2023-12-16 22:55:53,819 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,826 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testHeapSizeChanges[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79 (was 79), OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2481 (was 2496) 2023-12-16 22:55:53,833 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2481 2023-12-16 22:55:53,841 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,845 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,845 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)) 2023-12-16 22:55:53,845 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,846 DEBUG [Time-limited test] bucket.BucketAllocator(652): Bucket allocator statistics follow: 2023-12-16 22:55:53,846 DEBUG [Time-limited test] bucket.BucketAllocator(653): Free bytes=2590720; used bytes=28215296; total bytes=30806016; wasted bytes=2430976; fragmentation bytes=706560; completelyFreeBuckets=5 2023-12-16 22:55:53,846 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 2023-12-16 22:55:53,846 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 2023-12-16 22:55:53,846 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 2023-12-16 22:55:53,846 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 2023-12-16 22:55:53,846 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 2023-12-16 22:55:53,847 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 2023-12-16 22:55:53,847 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 2023-12-16 22:55:53,847 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 2023-12-16 22:55:53,847 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 2023-12-16 22:55:53,847 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,847 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,847 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,847 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,854 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testBucketAllocator[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=80 (was 79) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2477 (was 2481) 2023-12-16 22:55:53,861 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=79, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2477 2023-12-16 22:55:53,873 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,877 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,877 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)) 2023-12-16 22:55:53,877 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,885 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,889 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,896 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,899 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.86, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,900 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)) 2023-12-16 22:55:53,901 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,902 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,907 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,907 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,907 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,907 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,914 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidAcceptFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=84 (was 79) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2435 (was 2477) 2023-12-16 22:55:53,920 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=83, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2435 2023-12-16 22:55:53,928 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,932 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,933 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)) 2023-12-16 22:55:53,933 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,940 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,945 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.9, minFactor: 0.5, extraFreeFactor: 0.5, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2023-12-16 22:55:53,946 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)) 2023-12-16 22:55:53,946 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,946 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,946 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,946 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,946 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,953 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testValidBucketCacheConfigs[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=87 (was 83) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2406 (was 2435) 2023-12-16 22:55:53,960 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=87, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2407 2023-12-16 22:55:53,967 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,971 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:53,972 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)) 2023-12-16 22:55:53,973 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,981 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:53,986 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.5, extraFreeFactor: 0.1, singleFactor: 0.1, multiFactor: 0.7, memoryFactor: 0.2 2023-12-16 22:55:53,986 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)) 2023-12-16 22:55:53,987 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:53,987 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:53,987 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:53,987 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:53,987 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:53,994 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testGetPartitionSize[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=92 (was 87) - Thread LEAK? -, OpenFileDescriptor=295 (was 295), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=155 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2350 (was 2407) 2023-12-16 22:55:54,001 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=91, OpenFileDescriptor=295, MaxFileDescriptor=60000, SystemLoadAverage=155, ProcessCount=169, AvailableMemoryMB=2350 2023-12-16 22:55:54,009 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:54,013 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:54,013 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)) 2023-12-16 22:55:54,013 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:54,014 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-log-dir so I do NOT create it in target/test-data/53f6dea9-91b1-2244-ec6b-5b78eb791771 2023-12-16 22:55:54,014 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/212910be-ed3e-19ac-4467-5e2fd131c0dc/hadoop-tmp-dir so I do NOT create it in target/test-data/53f6dea9-91b1-2244-ec6b-5b78eb791771 2023-12-16 22:55:54,014 DEBUG [Time-limited test] fs.HFileSystem(308): The file system is not a DistributedFileSystem. Skipping on block location reordering 2023-12-16 22:55:54,022 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/53f6dea9-91b1-2244-ec6b-5b78eb791771/bucketNoRecycler.cache 2023-12-16 22:55:54,022 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:54,022 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)) 2023-12-16 22:55:54,023 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/53f6dea9-91b1-2244-ec6b-5b78eb791771/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/53f6dea9-91b1-2244-ec6b-5b78eb791771/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:54,023 DEBUG [Time-limited test] hfile.BlockCacheUtil(231): Caching an already cached block: -54242782176888124_0. This is harmless and can happen in rare cases (see HBASE-8547) 2023-12-16 22:55:55,124 INFO [Time-limited test] bucket.BucketCache(1319): 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/53f6dea9-91b1-2244-ec6b-5b78eb791771/bucketNoRecycler.persistence 2023-12-16 22:55:55,124 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:55,124 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:55,124 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:55,142 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/53f6dea9-91b1-2244-ec6b-5b78eb791771/bucketNoRecycler.cache 2023-12-16 22:55:55,143 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:55,143 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)) 2023-12-16 22:55:55,145 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)) 2023-12-16 22:55:55,145 INFO [Time-limited test] bucket.BucketCache(320): Started bucket cache; ioengine=file:/home/jenkins/jenkins-home/workspace/HBase-Flaky-Tests_branch-2.4/hbase-server/target/test-data/53f6dea9-91b1-2244-ec6b-5b78eb791771/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/53f6dea9-91b1-2244-ec6b-5b78eb791771/bucketNoRecycler.persistence, bucketAllocator=org.apache.hadoop.hbase.io.hfile.bucket.BucketAllocator 2023-12-16 22:55:55,146 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:55,146 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:55,146 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:55,146 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:55,153 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testFreeBucketEntryRestoredFromFile[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=97 (was 91) - Thread LEAK? -, OpenFileDescriptor=296 (was 295) - OpenFileDescriptor LEAK? -, MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=142 (was 155), ProcessCount=169 (was 169), AvailableMemoryMB=2335 (was 2350) 2023-12-16 22:55:55,160 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=95, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=142, ProcessCount=169, AvailableMemoryMB=2335 2023-12-16 22:55:55,170 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:55,175 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:55,176 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)) 2023-12-16 22:55:55,176 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:57,429 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:57,429 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:57,429 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:57,429 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:57,446 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testMemoryLeak[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=96 (was 95) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=142 (was 142), ProcessCount=169 (was 169), AvailableMemoryMB=2326 (was 2335) 2023-12-16 22:55:57,454 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=95, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=142, ProcessCount=169, AvailableMemoryMB=2326 2023-12-16 22:55:57,463 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,466 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:57,466 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)) 2023-12-16 22:55:57,467 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:57,475 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,479 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.2, multiFactor: 0.4, memoryFactor: 0.4 2023-12-16 22:55:57,479 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)) 2023-12-16 22:55:57,479 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:57,480 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,485 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,489 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,494 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:57,494 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:57,494 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:57,494 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:57,502 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testInvalidCacheSplitFactorConfig[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=99 (was 95) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=142 (was 142), ProcessCount=169 (was 169), AvailableMemoryMB=2230 (was 2326) 2023-12-16 22:55:57,509 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=99, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=142, ProcessCount=169, AvailableMemoryMB=2230 2023-12-16 22:55:57,521 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,525 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:57,525 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)) 2023-12-16 22:55:57,526 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:57,526 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:57,526 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:57,526 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:57,526 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:57,533 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testRAMCache[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=100 (was 99) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=142 (was 142), ProcessCount=169 (was 169), AvailableMemoryMB=2217 (was 2230) 2023-12-16 22:55:57,541 INFO [Time-limited test] hbase.ResourceChecker(147): before: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=99, OpenFileDescriptor=296, MaxFileDescriptor=60000, SystemLoadAverage=142, ProcessCount=169, AvailableMemoryMB=2217 2023-12-16 22:55:57,553 INFO [Time-limited test] util.ByteBufferArray(64): Allocating buffers total=32 MB, sizePerBuffer=2 MB, count=16 2023-12-16 22:55:57,557 INFO [Time-limited test] bucket.BucketCache(278): Instantiating BucketCache with acceptableFactor: 0.95, minFactor: 0.85, extraFreeFactor: 0.1, singleFactor: 0.25, multiFactor: 0.5, memoryFactor: 0.25 2023-12-16 22:55:57,557 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)) 2023-12-16 22:55:57,558 INFO [Time-limited test] bucket.BucketCache(320): 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 2023-12-16 22:55:57,558 INFO [Time-limited test] bucket.BucketCache(1319): Shutdown bucket cache: IO persistent=false; path to write=null 2023-12-16 22:55:57,558 INFO [Time-limited test-BucketCacheWriter-2] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-2 exiting, cacheEnabled=false 2023-12-16 22:55:57,558 INFO [Time-limited test-BucketCacheWriter-1] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-1 exiting, cacheEnabled=false 2023-12-16 22:55:57,558 INFO [Time-limited test-BucketCacheWriter-0] bucket.BucketCache$WriterThread(980): Time-limited test-BucketCacheWriter-0 exiting, cacheEnabled=false 2023-12-16 22:55:57,565 INFO [Time-limited test] hbase.ResourceChecker(175): after: io.hfile.bucket.TestBucketCache#testOffsetProducesPositiveOutput[1: blockSize=16,384, bucketSizes=[I@460d0a57] Thread=101 (was 99) - Thread LEAK? -, OpenFileDescriptor=296 (was 296), MaxFileDescriptor=60000 (was 60000), SystemLoadAverage=142 (was 142), ProcessCount=169 (was 169), AvailableMemoryMB=2193 (was 2217)