2024/11/21-02:37:21.731064 140008156956224 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00: fork to child time = 0.007706 sec 2024/11/21-02:37:21.731486 140008156956224 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00 2024/11/21-02:37:21.737569 140008156956224 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00 2024/11/21-02:37:21.739257 140008156956224 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-02:37:21.739429 140008156956224 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-02:37:21.781659 140008156956224 [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-02792/att-00/MANIFEST-090329 2024/11/21-02:37:21.816212 140008156956224 [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-02792/att-00/MANIFEST-090329 succeeded,manifest_file_number is 90329, next_file_number is 96128, last_sequence is 1453131861, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 95945 2024/11/21-02:37:21.816218 140008156956224 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-02:37:21.816287 140008156956224 [version_set.cc:5724] Creating manifest 96128 2024/11/21-02:37:21.849965 140008156956224 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-02:37:21.871185 140008156956224 [compaction_job.cc:2437] [default] [JOB 2792] Compacting 1@2 + 6@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/21-02:37:21.871198 140008156956224 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 2102 Base level 2, inputs: [96067(31MB)], [96097(40MB) 96098(580KB) 96003(40MB) 96004(40MB) 96005(40MB) 96076(40MB)] 2024/11/21-02:37:21.880059 140008156956224 [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-02:37:21.880081 140008156956224 [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-02:37:21.880098 140008156956224 [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-02:37:21.880104 140008156956224 [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-02:37:21.880113 140008156956224 [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-02:37:22.540793 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.sst) /dev/shm/ToplingTemp/Topling-1268109-3vYTpC 2024/11/21-02:37:22.750550 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.sst): first pass time = 0.21's, 640.038'MB/sec 2024/11/21-02:37:23.282852 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.sst): old prealloc_size = 147639500, real_size = 41039744 2024/11/21-02:37:23.283020 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.69 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1016.98 avg-zval = 315.13 2024/11/21-02:37:23.283214 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.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-02:37:23.469940 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096129.sst): second pass time = 0.53's, 247.698'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 229.084'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1722.095'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.263'MB/sec write SST data time = 0.06's, 670.956'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42667.317'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 247.698'MB/sec zip pipeline throughput = 247.698'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1016.98 avg-zval = 315.13 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1023.98 avg-zval = 315.13 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129432 bytes = 469200 } seq expand size = 906024 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.0408 GB dict = 1.38 MB all = 0.0429 GB } UnZip/Zip{ index = 7.0961 value = 3.2271 dict = 1.00 all = 3.1318 } Zip/UnZip{ index = 0.1409 value = 0.3099 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.198268 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.321144008 Billion total entry num = 1.700646030 Billion write speed all = 19.711004538 MB/sec (with seq num) write speed all = 19.269581007 MB/sec (without seq num) 2024/11/21-02:37:23.527243 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96129: 129432 keys, 42856148 bytes, temperature: kWarm 2024/11/21-02:37:23.527377 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127843527317, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96129, "file_size": 42856148, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980054399, "largest_seqno": 1452430527, "table_properties": {"data_size": 40788336, "index_size": 218880, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629802, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "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": 1732127842, "oldest_key_time": 0, "file_creation_time": 1732127842, "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": 96129, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:23.575065 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.sst) /dev/shm/ToplingTemp/Topling-1268109-5leVWD 2024/11/21-02:37:24.261831 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.sst): first pass time = 0.69's, 195.451'MB/sec 2024/11/21-02:37:24.848420 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.sst): old prealloc_size = 147639500, real_size = 40980928 2024/11/21-02:37:24.848543 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.71 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.03 avg-zval = 314.67 2024/11/21-02:37:24.848691 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.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-02:37:25.021181 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096130.sst): second pass time = 0.59's, 224.679'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 247.758'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2255.291'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.06's, 754.692'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44641.478'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 224.679'MB/sec zip pipeline throughput = 224.679'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 314.67 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.03 avg-zval = 314.67 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129426 bytes = 469184 } seq expand size = 905982 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 = 7.0076 value = 3.2320 dict = 1.00 all = 3.1361 } Zip/UnZip{ index = 0.1427 value = 0.3094 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 563.330804 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273434 Billion total entry num = 1.700775456 Billion write speed all = 19.714396443 MB/sec (with seq num) write speed all = 19.272961535 MB/sec (without seq num) 2024/11/21-02:37:25.072911 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96130: 129426 keys, 42797780 bytes, temperature: kWarm 2024/11/21-02:37:25.072985 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127845072947, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96130, "file_size": 42797780, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 947175304, "largest_seqno": 1452430529, "table_properties": {"data_size": 40726768, "index_size": 221632, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131630042, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732127843, "oldest_key_time": 0, "file_creation_time": 1732127843, "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": 96130, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:25.115440 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.sst) /dev/shm/ToplingTemp/Topling-1268109-MGtJPG 2024/11/21-02:37:25.722246 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.sst): first pass time = 0.61's, 221.213'MB/sec 2024/11/21-02:37:26.201610 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.sst): old prealloc_size = 147639500, real_size = 40857568 2024/11/21-02:37:26.201773 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.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.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.71 2024/11/21-02:37:26.201918 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.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-02:37:26.369101 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096131.sst): second pass time = 0.48's, 275.102'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.053'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1794.011'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.05's, 893.797'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24463.603'MB/sec zip my value time = 0.48's, unzip length = 0.132'GB zip my value throughput = 275.102'MB/sec zip pipeline throughput = 275.102'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 313.71 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1021.81 avg-zval = 313.71 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 88816 bytes = 321968 } seq expand size = 621712 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.0425 GB } UnZip/Zip{ index = 6.9896 value = 3.2419 dict = 1.00 all = 3.1546 } Zip/UnZip{ index = 0.1431 value = 0.3085 dict = 1.00 all = 0.3170 } ---------------------------- total value len = 563.463056 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.321402863 Billion total entry num = 1.700904885 Billion write speed all = 19.717908872 MB/sec (with seq num) write speed all = 19.276459676 MB/sec (without seq num) 2024/11/21-02:37:26.421865 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96131: 129429 keys, 42547103 bytes, temperature: kWarm 2024/11/21-02:37:26.421937 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127846421904, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96131, "file_size": 42547103, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1452396776, "table_properties": {"data_size": 40602832, "index_size": 222208, "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": 131630022, "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_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732127845, "oldest_key_time": 0, "file_creation_time": 1732127845, "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": 96131, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:26.467889 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.sst) /dev/shm/ToplingTemp/Topling-1268109-uzSU2D 2024/11/21-02:37:27.047740 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.sst): first pass time = 0.58's, 231.489'MB/sec 2024/11/21-02:37:27.582902 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.sst): old prealloc_size = 147639500, real_size = 40554192 2024/11/21-02:37:27.583074 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.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.84 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.24 2024/11/21-02:37:27.583212 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.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-02:37:27.747750 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096132.sst): second pass time = 0.53's, 246.406'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.551'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1619.962'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.05's, 874.120'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23751.655'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.406'MB/sec zip pipeline throughput = 246.406'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.84 avg-val = 1017.01 avg-zval = 311.24 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.84 avg-val = 1022.47 avg-zval = 311.24 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 100988 bytes = 366096 } seq expand size = 706916 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.0403 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.5078 value = 3.2676 dict = 1.00 all = 3.1739 } Zip/UnZip{ index = 0.1537 value = 0.3060 dict = 1.00 all = 0.3151 } ---------------------------- total value len = 563.595392 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 = 19.721404057 MB/sec (with seq num) write speed all = 19.279941015 MB/sec (without seq num) 2024/11/21-02:37:27.800155 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96132: 129428 keys, 42288022 bytes, temperature: kWarm 2024/11/21-02:37:27.800227 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127847800193, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96132, "file_size": 42288022, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1452425009, "table_properties": {"data_size": 40283008, "index_size": 238656, "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": 131629392, "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": 1732127846, "oldest_key_time": 0, "file_creation_time": 1732127846, "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": 96132, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:27.837685 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.sst) /dev/shm/ToplingTemp/Topling-1268109-AeId5C 2024/11/21-02:37:28.574416 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.sst): first pass time = 0.74's, 182.191'MB/sec 2024/11/21-02:37:29.137331 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.sst): old prealloc_size = 147639500, real_size = 40929120 2024/11/21-02:37:29.137466 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 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.0407 GB avg-val =1017.03 avg-zval = 314.22 2024/11/21-02:37:29.137632 140008156956224 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.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-02:37:29.304876 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096133.sst): second pass time = 0.56's, 234.199'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 255.241'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2222.118'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.269'MB/sec write SST data time = 0.05's, 907.606'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 22087.507'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 234.199'MB/sec zip pipeline throughput = 234.199'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.76 avg-val = 1017.03 avg-zval = 314.22 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.76 avg-val = 1023.99 avg-zval = 314.22 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128812 bytes = 466960 } seq expand size = 901684 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.0407 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 6.8186 value = 3.2366 dict = 1.00 all = 3.1386 } Zip/UnZip{ index = 0.1467 value = 0.3090 dict = 1.00 all = 0.3186 } ---------------------------- total value len = 563.727923 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801907 GB avg = 0.014 KB total ukey num = 2.321661717 Billion total entry num = 1.701163739 Billion write speed all = 19.724791062 MB/sec (with seq num) write speed all = 19.283316731 MB/sec (without seq num) 2024/11/21-02:37:29.359158 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96133: 129426 keys, 42763369 bytes, temperature: kWarm 2024/11/21-02:37:29.359222 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127849359190, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96133, "file_size": 42763369, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1452430502, "table_properties": {"data_size": 40668816, "index_size": 227776, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131629518, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732127847, "oldest_key_time": 0, "file_creation_time": 1732127847, "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": 96133, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:29.397863 140008156956224 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096134.sst) /dev/shm/ToplingTemp/Topling-1268109-BGsCiD 2024/11/21-02:37:29.405817 140008156956224 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096134.sst): first pass time = 0.01's, 326.353'MB/sec 2024/11/21-02:37:29.435912 140008156956224 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096134.sst): old prealloc_size = 147639500, real_size = 836464 2024/11/21-02:37:29.435967 140008156956224 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096134.sst): index type = FixedLenKeyIndex , store type = DictZipBlobStore usrkeys = 2489 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 11.55 raw-val = 0.0025 GB zip-val = 0.0008 GB avg-val =1016.92 avg-zval = 324.20 2024/11/21-02:37:29.439553 140008156956224 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00/096134.sst): second pass time = 0.03's, 85.629'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 241.467'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 585.112'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.278'MB/sec write SST data time = 0.00's, 650.617'MB/sec dict compress time = 8223687768.01's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.032'MB, throughput = 1494.523'MB/sec zip my value time = 0.03's, unzip length = 0.003'GB zip my value throughput = 85.629'MB/sec zip pipeline throughput = 85.629'MB/sec entries = 2489 avg-key = 20.00 avg-zkey = 11.55 avg-val = 1016.92 avg-zval = 324.20 usrkeys = 2489 avg-key = 12.00 avg-zkey = 11.55 avg-val = 1023.92 avg-zval = 324.20 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2489 bytes = 9040 } seq expand size = 17423 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0000 GB value = 0.0025 GB dict = 0.03 MB all = 0.0026 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0009 GB } UnZip/Zip{ index = 1.0394 value = 3.1367 dict = 1.00 all = 2.9407 } Zip/UnZip{ index = 0.9621 value = 0.3188 dict = 1.00 all = 0.3401 } ---------------------------- total value len = 563.730472 GB avg = 0.331 KB (by entry num) total key len = 44.327399 GB avg = 0.026 KB total ukey len = 32.801937 GB avg = 0.014 KB total ukey num = 2.321664206 Billion total entry num = 1.701166228 Billion write speed all = 19.724789165 MB/sec (with seq num) write speed all = 19.283316117 MB/sec (without seq num) 2024/11/21-02:37:29.447765 140008156956224 [compaction_job.cc:1948] [default] [JOB 2792] Generated table #96134: 2489 keys, 877633 bytes, temperature: kWarm 2024/11/21-02:37:29.447815 140008156956224 EVENT_LOG_v1 {"time_micros": 1732127849447789, "cf_name": "default", "job": 2792, "event": "table_file_creation", "file_number": 96134, "file_size": 877633, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 973737224, "largest_seqno": 1452301830, "table_properties": {"data_size": 806944, "index_size": 28736, "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": 49780, "raw_average_key_size": 20, "raw_value_size": 2531105, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2489, "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-FixedLenKeyIndex-DictZipBlobStore", "creation_time": 1732127849, "oldest_key_time": 0, "file_creation_time": 1732127849, "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": 96134, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-02:37:29.456104 140008156956224 [compaction_job.cc:703] job-02792: subcompact[0], size: 0.214130 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-02792/att-00 [096129,096130,096131,096132,096133,096134] 2024/11/21-02:37:29.496470 140008156956224 (Original Log Time 2024/11/21-02:37:21.871235) EVENT_LOG_v1 {"time_micros": 1732127841871208, "job": 2792, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [96067], "files_L3": [96097, 96098, 96003, 96004, 96005, 96076], "score": 0.990614, "input_data_size": 246592459, "oldest_snapshot_seqno": 1453131707} 2024/11/21-02:37:29.496473 140008156956224 (Original Log Time 2024/11/21-02:37:29.495845) [compaction_job.cc:2022] [default] [JOB 2792] Compacted 1@2 + 6@3 files to L3 => 214130055 bytes 2024/11/21-02:37:29.496474 140008156956224 (Original Log Time 2024/11/21-02:37:29.496407) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 32.5 rd, 28.2 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.2, 203.9 +0.0 blob) out(204.2 +0.0 blob), read-write-amplify(14.1) write-amplify(6.5) OK, records in: 680815, records dropped: 31185 output_compression: Snappy 2024/11/21-02:37:29.496478 140008156956224 (Original Log Time 2024/11/21-02:37:29.496453) EVENT_LOG_v1 {"time_micros": 1732127849496428, "cf": "default", "job": 2792, "event": "compaction_finished", "compaction_time_micros": 7584873, "compaction_time_cpu_micros": 1906633, "output_level": 3, "num_output_files": 6, "total_output_size": 214130055, "num_input_records": 680815, "num_output_records": 649630, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 150980936, "file_range_sync_nanos": 0, "file_fsync_nanos": 5824, "file_prepare_write_nanos": 12003, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/21-02:37:29.621327 140008156956224 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":1732127841,"executesMs":7757,"compactionJobId":2792,"attempt":0,"compactionInputRawBytes":706008263,"compactionInputZipBytes":246592459,"compactionOutputRawBytes":0,"compactionOutputZipBytes":214130055,"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-22f71714455a1610b5333236a5f1a919-c4b252619c30d096-00"}}, response = 2024/11/21-02:37:29.621394 140008156956224 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-02792/att-00: olev 3, work 7.757 s, result 7.571 ms, install 0.648 ms, input{raw 673.302 MiB zip 235.169 MiB}