apurtell edited a comment on pull request #3787:
URL: https://github.com/apache/hbase/pull/3787#issuecomment-949912645


   Can confirm the integration test results look better, for example, here is a 
split region procedure:
   
       ...
       2021-10-22 12:20:57,106 INFO  [PEWorker-1] 
assignment.SplitTableRegionProcedure: pid=31 splitting 14 storefiles, 
region=e05a1d0f8d27321eecc06df23c3d1e93, threads=14
       2021-10-22 12:20:57,128 INFO  [StoreFileSplitter-pool-3] 
compress.Compression: Loaded codec 
org.apache.hadoop.hbase.io.compress.zstd.ZstdCodec for compression algorithm 
ZSTD
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-4] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-13] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-3] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-0] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-5] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-6] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-12] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-1] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-2] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-7] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-9] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-11] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-10] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,130 INFO  [StoreFileSplitter-pool-8] 
compress.CodecPool: Got brand-new decompressor [.zst]
       2021-10-22 12:20:57,138 INFO  [StoreFileSplitter-pool-7] 
compress.DictionaryCache: Loaded dictionary from 
hdfs://localhost:8020/dicts/ITLSV.dict (size 1048576)
       2021-10-22 12:20:57,898 INFO  [PEWorker-1] procedure2.ProcedureExecutor: 
Initialized subprocedures=[{pid=34, ppid=31, 
state=RUNNABLE:REGION_STATE_TRANSITION_GET_ASSIGN_CANDIDATE; 
TransitRegionStateProcedure table=IntegrationTestLoadSmallValues, 
region=b77cc57c84c33be595393fe9c69f3652, ASSIGN}, {pid=35, ppid=31, 
state=RUNNABLE:REGION_STATE_TRANSITION_GET_ASSIGN_CANDIDATE; 
TransitRegionStateProcedure table=IntegrationTestLoadSmallValues, 
region=ef2c6e21cf0528086708edd3fdf45bfe, ASSIGN}]
       ...
   
   Let's try IntegrationTestBigLinkedList now.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to