2024/11/21-05:44:14.494014 140008652125760 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00: fork to child time = 0.008593 sec 2024/11/21-05:44:14.494500 140008652125760 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00 2024/11/21-05:44:14.500942 140008652125760 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00 2024/11/21-05:44:14.502632 140008652125760 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-05:44:14.502845 140008652125760 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-05:44:14.546121 140008652125760 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-07281/att-00/MANIFEST-090329 2024/11/21-05:44:14.560535 140008652125760 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-07281/att-00/MANIFEST-090329 succeeded,manifest_file_number is 90329, next_file_number is 105814, last_sequence is 1581196408, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 105639 2024/11/21-05:44:14.560541 140008652125760 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-05:44:14.560613 140008652125760 [version_set.cc:5724] Creating manifest 105814 2024/11/21-05:44:14.596296 140008652125760 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-05:44:14.615191 140008652125760 [compaction_job.cc:2437] [default] [JOB 7281] Compacting 1@2 + 7@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/21-05:44:14.615202 140008652125760 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 5441 Base level 2, inputs: [105792(31MB)], [105800(40MB) 105801(1694KB) 105701(1923KB) 105685(40MB) 105686(40MB) 105687(40MB) 105806(40MB)] 2024/11/21-05:44:14.623536 140008652125760 [top_zip_table.cc:59] core git_version_hash_info_is:commit 81964c21ebbcc178d8e99dae0fbf61bded2729cc Author: rockeet Date: Mon Nov 11 21:28:46 2024 +0800 Makefile: fix gen git-version-*.cpp GIT_PATH_ARG = :!src/terark/fsa :!tools/fsa :!src/terark/zbs :!tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/21-05:44:14.623559 140008652125760 [top_zip_table.cc:60] fsa git_version_hash_info_is:commit 5dfecb7d107196f044ff5bf78dc39d2e725b9d9b Author: leipeng Date: Thu Nov 7 15:22:45 2024 +0800 Makefile: fix for x86_64 CPU older than haswell GIT_PATH_ARG = src/terark/fsa tools/fsa g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/21-05:44:14.623578 140008652125760 [top_zip_table.cc:61] zbs git_version_hash_info_is:commit d44dd5ff72707128fe3c916077b43d2093c01f7c Author: leipeng Date: Sun Oct 27 23:38:26 2024 +0800 Fix for msvc, when toplingdb on msvc GIT_PATH_ARG = src/terark/zbs tools/zbs g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. INCS = -Isrc -I3rdparty/zstd -Iboost-include DEFS = -DTOPLING_IO_WITH_URING=1 -DDIVSUFSORT_API= CXXFLAGS = -fPIC -time -fdiagnostics-color -mcx16 -fno-stack-protector WARNINGS = -Wno-class-memaccess -Wformat=2 -Wcomment -Wall -Wextra -Wno-unused-parameter -Wno-alloc-size-larger-than -Wno-deprecated-declarations -Wstrict-aliasing=3 RLS_FLAGS = -O3 -DNDEBUG -g3 WITH_BMI2 = 1 compile_cpu_flag: -march=haswell -mbmi -mbmi2 LDFLAGS = -fPIC -rdynamic 2024/11/21-05:44:14.623585 140008652125760 [top_zip_table.cc:62] topling-zip_table_reader: git_version_hash_info_is: commit 79614a7e7dc27362fc5151b0797eb7d83c674c7b Author: rockeet Date: Sun Nov 10 15:02:21 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/21-05:44:14.623594 140008652125760 [top_zip_table.cc:64] topling-rocks git_version_hash_info_is: commit c46b65a52d9c74aa8b87aeb8438620ff2dbc669c Author: rockeet Date: Sun Nov 10 15:02:42 2024 +0800 cpu_has_bmi2.sh: detect by compile c++ code check __BMI2__ g++ (GCC) 12.2.1 20221121 (Red Hat 12.2.1-7) Copyright (C) 2022 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. cpu_flag: -march=native -mbmi -mbmi2 2024/11/21-05:44:15.264815 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst) /dev/shm/ToplingTemp/Topling-1374413-9S1EbQ 2024/11/21-05:44:15.438915 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst): first pass time = 0.17's, 771.100'MB/sec 2024/11/21-05:44:16.122091 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst): old prealloc_size = 147639500, real_size = 40787120 2024/11/21-05:44:16.122229 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.80 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.02 avg-zval = 313.08 2024/11/21-05:44:16.122401 140008652125760 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-05:44:16.287735 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105815.sst): second pass time = 0.68's, 192.882'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 257.381'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2006.245'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 882.452'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25860.054'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 192.882'MB/sec zip pipeline throughput = 385.765'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.80 avg-val = 1017.02 avg-zval = 313.08 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.80 avg-val = 1023.98 avg-zval = 313.08 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128814 bytes = 483072 } seq expand size = 901698 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0405 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.6596 value = 3.2484 dict = 1.00 all = 3.1479 } Zip/UnZip{ index = 0.1502 value = 0.3078 dict = 1.00 all = 0.3177 } ---------------------------- total value len = 563.198263 GB avg = 0.331 KB (by entry num) total key len = 44.316995 GB avg = 0.026 KB total ukey len = 32.795695 GB avg = 0.014 KB total ukey num = 2.321144003 Billion total entry num = 1.700646025 Billion write speed all = 14.452969911 MB/sec (with seq num) write speed all = 14.129298885 MB/sec (without seq num) 2024/11/21-05:44:16.372445 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105815: 129427 keys, 42637856 bytes, temperature: kWarm 2024/11/21-05:44:16.372536 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139056372494, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105815, "file_size": 42637856, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1580996771, "table_properties": {"data_size": 40521376, "index_size": 233216, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131629421, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732139055, "oldest_key_time": 0, "file_creation_time": 1732139055, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105815, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:16.424878 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst) /dev/shm/ToplingTemp/Topling-1374413-fnY5cP 2024/11/21-05:44:17.153703 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst): first pass time = 0.73's, 184.169'MB/sec 2024/11/21-05:44:17.738780 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst): old prealloc_size = 147639500, real_size = 40843568 2024/11/21-05:44:17.738916 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.78 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.00 avg-zval = 313.53 2024/11/21-05:44:17.739100 140008652125760 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-05:44:17.906233 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105816.sst): second pass time = 0.58's, 225.321'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.854'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2204.702'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 919.700'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43910.079'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 225.321'MB/sec zip pipeline throughput = 244.375'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.00 avg-zval = 313.53 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1024.00 avg-zval = 313.53 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 485376 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.7374 value = 3.2437 dict = 1.00 all = 3.1451 } Zip/UnZip{ index = 0.1484 value = 0.3083 dict = 1.00 all = 0.3180 } ---------------------------- total value len = 563.330799 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273432 Billion total entry num = 1.700775454 Billion write speed all = 14.455627939 MB/sec (with seq num) write speed all = 14.131944743 MB/sec (without seq num) 2024/11/21-05:44:17.966984 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105816: 129429 keys, 42675914 bytes, temperature: kWarm 2024/11/21-05:44:17.967064 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139057967022, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105816, "file_size": 42675914, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 965663949, "largest_seqno": 1580996775, "table_properties": {"data_size": 40580512, "index_size": 230528, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629325, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732139056, "oldest_key_time": 0, "file_creation_time": 1732139056, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105816, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:18.005560 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst) /dev/shm/ToplingTemp/Topling-1374413-z1XNmQ 2024/11/21-05:44:18.562491 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst): first pass time = 0.56's, 241.016'MB/sec 2024/11/21-05:44:19.184548 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst): old prealloc_size = 147639500, real_size = 40859872 2024/11/21-05:44:19.184678 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.76 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.68 2024/11/21-05:44:19.184847 140008652125760 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-05:44:19.351638 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105817.sst): second pass time = 0.62's, 211.874'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.602'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2181.102'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.05's, 892.202'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 38380.218'MB/sec zip my value time = 0.62's, unzip length = 0.132'GB zip my value throughput = 211.874'MB/sec zip pipeline throughput = 258.393'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.01 avg-zval = 313.68 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.87 avg-zval = 313.68 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 126865 bytes = 475760 } seq expand size = 888055 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8053 value = 3.2422 dict = 1.00 all = 3.1430 } Zip/UnZip{ index = 0.1469 value = 0.3084 dict = 1.00 all = 0.3182 } ---------------------------- total value len = 563.463316 GB avg = 0.331 KB (by entry num) total key len = 44.322172 GB avg = 0.026 KB total ukey len = 32.798801 GB avg = 0.014 KB total ukey num = 2.321402860 Billion total entry num = 1.700904882 Billion write speed all = 14.458344884 MB/sec (with seq num) write speed all = 14.134648187 MB/sec (without seq num) 2024/11/21-05:44:19.412004 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105817: 129428 keys, 42703583 bytes, temperature: kWarm 2024/11/21-05:44:19.412077 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139059412037, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105817, "file_size": 42703583, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1580986336, "table_properties": {"data_size": 40599120, "index_size": 228224, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629728, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732139057, "oldest_key_time": 0, "file_creation_time": 1732139057, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105817, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:19.448469 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst) /dev/shm/ToplingTemp/Topling-1374413-3eRPQS 2024/11/21-05:44:20.003337 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst): first pass time = 0.55's, 241.908'MB/sec 2024/11/21-05:44:20.781387 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst): old prealloc_size = 147639500, real_size = 40990128 2024/11/21-05:44:20.781508 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.72 2024/11/21-05:44:20.781665 140008652125760 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-05:44:20.942549 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105818.sst): second pass time = 0.78's, 169.351'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.645'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2294.453'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 960.176'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 39939.586'MB/sec zip my value time = 0.78's, unzip length = 0.132'GB zip my value throughput = 169.351'MB/sec zip pipeline throughput = 407.403'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1016.99 avg-zval = 314.72 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1023.46 avg-zval = 314.72 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119590 bytes = 448480 } seq expand size = 837130 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.9757 value = 3.2314 dict = 1.00 all = 3.1355 } Zip/UnZip{ index = 0.1434 value = 0.3095 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 563.595784 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532291 Billion total entry num = 1.701034313 Billion write speed all = 14.461010385 MB/sec (with seq num) write speed all = 14.137301307 MB/sec (without seq num) 2024/11/21-05:44:21.022863 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105818: 129431 keys, 42806746 bytes, temperature: kWarm 2024/11/21-05:44:21.022911 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139061022885, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105818, "file_size": 42806746, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1580953445, "table_properties": {"data_size": 40734944, "index_size": 222656, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131630120, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732139059, "oldest_key_time": 0, "file_creation_time": 1732139059, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105818, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:21.060531 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst) /dev/shm/ToplingTemp/Topling-1374413-DA4GhT 2024/11/21-05:44:21.666364 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst): first pass time = 0.61's, 221.552'MB/sec 2024/11/21-05:44:22.317353 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst): old prealloc_size = 147639500, real_size = 40914480 2024/11/21-05:44:22.317471 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.09 2024/11/21-05:44:22.317611 140008652125760 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst: sumWaitingMem = 0.000 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0003 GB, waited 0.000 sec, Key+Value = 0.134 GB 2024/11/21-05:44:22.486144 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105819.sst): second pass time = 0.65's, 202.397'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.929'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2301.335'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.263'MB/sec write SST data time = 0.05's, 935.865'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 33608.080'MB/sec zip my value time = 0.65's, unzip length = 0.132'GB zip my value throughput = 202.397'MB/sec zip pipeline throughput = 340.890'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.99 avg-zval = 314.09 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1022.83 avg-zval = 314.09 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 107962 bytes = 404880 } seq expand size = 755734 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.7826 value = 3.2379 dict = 1.00 all = 3.1442 } Zip/UnZip{ index = 0.1474 value = 0.3088 dict = 1.00 all = 0.3180 } ---------------------------- total value len = 563.728169 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661722 Billion total entry num = 1.701163744 Billion write speed all = 14.463690014 MB/sec (with seq num) write speed all = 14.139968192 MB/sec (without seq num) 2024/11/21-05:44:22.545219 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105819: 129431 keys, 42687652 bytes, temperature: kWarm 2024/11/21-05:44:22.545281 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139062545251, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105819, "file_size": 42687652, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1580997404, "table_properties": {"data_size": 40652960, "index_size": 228992, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629607, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732139061, "oldest_key_time": 0, "file_creation_time": 1732139061, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105819, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:22.580692 140008652125760 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105820.sst) /dev/shm/ToplingTemp/Topling-1374413-xLpHvR 2024/11/21-05:44:22.600357 140008652125760 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105820.sst): first pass time = 0.02's, 602.230'MB/sec 2024/11/21-05:44:22.689504 140008652125760 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105820.sst): old prealloc_size = 147639500, real_size = 3697456 2024/11/21-05:44:22.689547 140008652125760 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105820.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 11402 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.19 raw-val = 0.0116 GB zip-val = 0.0037 GB avg-val =1016.93 avg-zval = 323.83 2024/11/21-05:44:22.706603 140008652125760 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00/105820.sst): second pass time = 0.09's, 130.901'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 225.934'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 92.360'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.220'MB/sec write SST data time = 0.00's, 944.643'MB/sec dict compress time = 7451606254.13's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.124'MB, throughput = 3853.213'MB/sec zip my value time = 0.09's, unzip length = 0.012'GB zip my value throughput = 130.901'MB/sec zip pipeline throughput = 130.901'MB/sec entries = 11402 avg-key = 20.00 avg-zkey = 0.19 avg-val = 1016.93 avg-zval = 323.83 usrkeys = 11402 avg-key = 12.00 avg-zkey = 0.19 avg-val = 1023.93 avg-zval = 323.83 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 11402 bytes = 39920 } seq expand size = 79814 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0116 GB dict = 0.12 MB all = 0.0118 GB } __ZipSize{ index = 0.0000 GB value = 0.0037 GB dict = 0.12 MB all = 0.0039 GB } UnZip/Zip{ index = 62.8787 value = 3.1404 dict = 1.00 all = 3.0634 } Zip/UnZip{ index = 0.0159 value = 0.3184 dict = 1.00 all = 0.3264 } ---------------------------- total value len = 563.739844 GB avg = 0.331 KB (by entry num) total key len = 44.327577 GB avg = 0.026 KB total ukey len = 32.802044 GB avg = 0.014 KB total ukey num = 2.321673124 Billion total entry num = 1.701175146 Billion write speed all = 14.463897296 MB/sec (with seq num) write speed all = 14.140175002 MB/sec (without seq num) 2024/11/21-05:44:22.720168 140008652125760 [compaction_job.cc:1948] [default] [JOB 7281] Generated table #105820: 11402 keys, 3859512 bytes, temperature: kWarm 2024/11/21-05:44:22.720214 140008652125760 EVENT_LOG_v1 {"time_micros": 1732139062720188, "cf_name": "default", "job": 7281, "event": "table_file_creation", "file_number": 105820, "file_size": 3859512, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1375265399, "largest_seqno": 1580995698, "table_properties": {"data_size": 3692272, "index_size": 2176, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 228040, "raw_average_key_size": 20, "raw_value_size": 11595032, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 11402, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732139062, "oldest_key_time": 0, "file_creation_time": 1732139062, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "MNFBDNZRMES7C6T09KKW", "orig_file_number": 105820, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-05:44:22.734106 140008652125760 [compaction_job.cc:703] job-07281: subcompact[0], size: 0.217371 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-07281/att-00 [105815,105816,105817,105818,105819,105820] 2024/11/21-05:44:22.776717 140008652125760 (Original Log Time 2024/11/21-05:44:14.615245) EVENT_LOG_v1 {"time_micros": 1732139054615210, "job": 7281, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [105792], "files_L3": [105800, 105801, 105701, 105685, 105686, 105687, 105806], "score": 0.99517, "input_data_size": 249989938, "oldest_snapshot_seqno": 1581196388} 2024/11/21-05:44:22.776721 140008652125760 (Original Log Time 2024/11/21-05:44:22.776052) [compaction_job.cc:2022] [default] [JOB 7281] Compacted 1@2 + 7@3 files to L3 => 217371263 bytes 2024/11/21-05:44:22.776722 140008652125760 (Original Log Time 2024/11/21-05:44:22.776656) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 30.8 rd, 26.8 wr, level 3, files in(1, 7) out(6 +0 blob) MB in(31.2, 207.2 +0.0 blob) out(207.3 +0.0 blob), read-write-amplify(14.3) write-amplify(6.6) OK, records in: 689933, records dropped: 31385 output_compression: Snappy 2024/11/21-05:44:22.776726 140008652125760 (Original Log Time 2024/11/21-05:44:22.776702) EVENT_LOG_v1 {"time_micros": 1732139062776679, "cf": "default", "job": 7281, "event": "compaction_finished", "compaction_time_micros": 8118866, "compaction_time_cpu_micros": 1960220, "output_level": 3, "num_output_files": 6, "total_output_size": 217371263, "num_input_records": 689933, "num_output_records": 658548, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 157768989, "file_range_sync_nanos": 0, "file_fsync_nanos": 5330, "file_prepare_write_nanos": 11971, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/21-05:44:22.924194 140008652125760 DEBG dcompact_worker.cpp:240: HttpPost: 200 OK: url = http://nlb-7zny4kaa1poal01o64.cn-shenzhen.nlb.aliyuncs.com:8443, body = {"instanceId":"nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137","labourId":"","dbId":"d89b4006-2803-486e-b7a2-759bcf348921","dbStarts":1732121803,"starts":1732139054,"executesMs":8273,"compactionJobId":7281,"attempt":0,"compactionInputRawBytes":715460884,"compactionInputZipBytes":249989938,"compactionOutputRawBytes":0,"compactionOutputZipBytes":217371263,"headers":{"Accept":"*/*","Connection":"close","Host":"aliyun-topling-saas.topling.cn:18443","RemoteIp":"120.24.192.169","X-Forwarded-For":"120.24.192.169","region":"cn-shenzhen","token":"e6474c481bd4415abc537135cc03626b","instance-token":"e6474c481bd4415abc537135cc03626b","provider":"aliyun","CloudMarketInstanceId":"si-59c0ae5c955845588903","MeteringAssit":"","Transfer-Encoding":"chunked","traceparent":"00-66395affab0b67ca1a8a453803073a31-afd5f13d0b7f5e26-00"}}, response = 2024/11/21-05:44:22.924320 140008652125760 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-07281/att-00: olev 3, work 8.274 s, result 8.113 ms, install 0.697 ms, input{raw 682.317 MiB zip 238.409 MiB}