2024/11/20-23:18:57.403552 140008375166528 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00: fork to child time = 0.009561 sec 2024/11/20-23:18:57.404118 140008375166528 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00 2024/11/20-23:18:57.410672 140008375166528 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00 2024/11/20-23:18:57.412337 140008375166528 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:18:57.412573 140008375166528 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-23:18:57.454657 140008375166528 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-20357/att-00/MANIFEST-049091 2024/11/20-23:18:57.472259 140008375166528 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-20357/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 84501, last_sequence is 1300960352, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 84327 2024/11/20-23:18:57.472267 140008375166528 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:18:57.472347 140008375166528 [version_set.cc:5724] Creating manifest 84501 2024/11/20-23:18:57.504304 140008375166528 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:18:57.525021 140008375166528 [compaction_job.cc:2437] [default] [JOB 20357] Compacting 1@2 + 5@3 files to L3, score 0.99, subcompactions 1 : 1 2024/11/20-23:18:57.525041 140008375166528 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 15347 Base level 2, inputs: [84495(31MB)], [84391(40MB) 84392(40MB) 84393(40MB) 84394(40MB) 84395(40MB)] 2024/11/20-23:18:57.532149 140008375166528 [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/20-23:18:57.532174 140008375166528 [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/20-23:18:57.532200 140008375166528 [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/20-23:18:57.532209 140008375166528 [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/20-23:18:57.532219 140008375166528 [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/20-23:18:58.118481 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.sst) /dev/shm/ToplingTemp/Topling-1137604-Y1WzEv 2024/11/20-23:18:58.372042 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.sst): first pass time = 0.25's, 529.407'MB/sec 2024/11/20-23:18:59.054721 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.sst): old prealloc_size = 147639500, real_size = 40936048 2024/11/20-23:18:59.054859 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.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.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.01 avg-zval = 314.28 2024/11/20-23:18:59.055058 140008375166528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.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/20-23:18:59.224794 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084502.sst): second pass time = 0.68's, 193.080'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 251.390'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2020.477'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.05's, 885.906'MB/sec dict compress time = 4495846130.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25474.040'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 193.080'MB/sec zip pipeline throughput = 193.080'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.01 avg-zval = 314.28 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1024.01 avg-zval = 314.28 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129428 bytes = 469184 } seq expand size = 905996 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.8437 value = 3.2360 dict = 1.00 all = 3.1394 } Zip/UnZip{ index = 0.1461 value = 0.3090 dict = 1.00 all = 0.3185 } ---------------------------- 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.321144004 Billion total entry num = 1.700646026 Billion write speed all = 32.114988487 MB/sec (with seq num) write speed all = 31.395780515 MB/sec (without seq num) 2024/11/20-23:18:59.282176 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84502: 129428 keys, 42752393 bytes, temperature: kWarm 2024/11/20-23:18:59.282288 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115939282244, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84502, "file_size": 42752393, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1300355476, "table_properties": {"data_size": 40676576, "index_size": 226944, "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": 131629548, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732115938, "oldest_key_time": 0, "file_creation_time": 1732115938, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84502, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:18:59.327078 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.sst) /dev/shm/ToplingTemp/Topling-1137604-BdHY1t 2024/11/20-23:18:59.922810 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.sst): first pass time = 0.60's, 225.318'MB/sec 2024/11/20-23:19:00.550695 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.sst): old prealloc_size = 147639500, real_size = 40870784 2024/11/20-23:19:00.550872 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.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.83 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.69 2024/11/20-23:19:00.551078 140008375166528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.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/20-23:19:00.726535 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084503.sst): second pass time = 0.63's, 209.887'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 242.763'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1657.757'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.252'MB/sec write SST data time = 0.05's, 899.417'MB/sec dict compress time = 4495846130.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 15302.352'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 209.887'MB/sec zip pipeline throughput = 251.943'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1017.01 avg-zval = 313.69 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1024.01 avg-zval = 313.69 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 469200 } 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.5518 value = 3.2420 dict = 1.00 all = 3.1442 } Zip/UnZip{ index = 0.1526 value = 0.3084 dict = 1.00 all = 0.3180 } ---------------------------- total value len = 563.330804 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.321273433 Billion total entry num = 1.700775455 Billion write speed all = 32.119581696 MB/sec (with seq num) write speed all = 31.400376083 MB/sec (without seq num) 2024/11/20-23:19:00.780419 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84503: 129429 keys, 42687260 bytes, temperature: kWarm 2024/11/20-23:19:00.780490 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115940780458, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84503, "file_size": 42687260, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1300355486, "table_properties": {"data_size": 40601200, "index_size": 237056, "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": 131629994, "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": 1732115939, "oldest_key_time": 0, "file_creation_time": 1732115939, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84503, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:19:00.822221 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.sst) /dev/shm/ToplingTemp/Topling-1137604-nk98Wu 2024/11/20-23:19:01.516037 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.sst): first pass time = 0.69's, 193.462'MB/sec 2024/11/20-23:19:02.035977 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.sst): old prealloc_size = 147639500, real_size = 40564368 2024/11/20-23:19:02.036143 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0003 GB avg-key = 8.00 avg-zkey = 1.97 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.00 avg-zval = 311.19 2024/11/20-23:19:02.036325 140008375166528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.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/20-23:19:02.268498 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084504.sst): second pass time = 0.51's, 256.123'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 182.355'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1816.530'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.181'MB/sec write SST data time = 0.05's, 790.354'MB/sec dict compress time = 4495846130.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23196.757'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 256.123'MB/sec zip pipeline throughput = 256.123'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.97 avg-val = 1017.00 avg-zval = 311.19 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.97 avg-val = 1023.95 avg-zval = 311.19 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128687 bytes = 466512 } seq expand size = 900809 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.0003 GB value = 0.0403 GB dict = 1.38 MB all = 0.0424 GB } UnZip/Zip{ index = 6.1067 value = 3.2681 dict = 1.00 all = 3.1656 } Zip/UnZip{ index = 0.1638 value = 0.3060 dict = 1.00 all = 0.3159 } ---------------------------- total value len = 563.463334 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 = 32.124105596 MB/sec (with seq num) write speed all = 31.404903870 MB/sec (without seq num) 2024/11/20-23:19:02.322472 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84504: 129430 keys, 42398384 bytes, temperature: kWarm 2024/11/20-23:19:02.322535 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115942322502, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84504, "file_size": 42398384, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1300355518, "table_properties": {"data_size": 40277504, "index_size": 254336, "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": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629677, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129430, "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": 1732115940, "oldest_key_time": 0, "file_creation_time": 1732115940, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84504, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:19:02.360891 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.sst) /dev/shm/ToplingTemp/Topling-1137604-nDz0dt 2024/11/20-23:19:02.971670 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.sst): first pass time = 0.61's, 219.763'MB/sec 2024/11/20-23:19:03.541910 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.sst): old prealloc_size = 147639500, real_size = 40781488 2024/11/20-23:19:03.542059 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.83 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.97 avg-zval = 313.00 2024/11/20-23:19:03.542214 140008375166528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.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/20-23:19:03.715854 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084505.sst): second pass time = 0.57's, 231.131'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 244.827'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1956.692'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.256'MB/sec write SST data time = 0.05's, 900.379'MB/sec dict compress time = 4495846130.12's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43808.496'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 231.131'MB/sec zip pipeline throughput = 231.131'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1016.97 avg-zval = 313.00 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1023.41 avg-zval = 313.00 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 118997 bytes = 431376 } seq expand size = 832979 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.5556 value = 3.2492 dict = 1.00 all = 3.1521 } Zip/UnZip{ index = 0.1525 value = 0.3078 dict = 1.00 all = 0.3172 } ---------------------------- total value len = 563.595797 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.321532296 Billion total entry num = 1.701034318 Billion write speed all = 32.128785850 MB/sec (with seq num) write speed all = 31.409584414 MB/sec (without seq num) 2024/11/20-23:19:03.783014 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84505: 129433 keys, 42580380 bytes, temperature: kWarm 2024/11/20-23:19:03.783099 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115943783067, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84505, "file_size": 42580380, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1300355319, "table_properties": {"data_size": 40512032, "index_size": 236928, "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": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629905, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "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": 1732115942, "oldest_key_time": 0, "file_creation_time": 1732115942, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84505, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:19:03.825116 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.sst) /dev/shm/ToplingTemp/Topling-1137604-786wqu 2024/11/20-23:19:04.469011 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.sst): first pass time = 0.64's, 208.464'MB/sec 2024/11/20-23:19:05.060437 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.sst): old prealloc_size = 147639500, real_size = 41022112 2024/11/20-23:19:05.060564 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129422 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.0408 GB avg-val =1017.06 avg-zval = 315.01 2024/11/20-23:19:05.060910 140008375166528 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.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/20-23:19:05.231606 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084506.sst): second pass time = 0.59's, 222.890'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.268'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2191.716'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.264'MB/sec write SST data time = 0.05's, 878.885'MB/sec dict compress time = 0.00's, 1378086.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23060.341'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 222.890'MB/sec zip pipeline throughput = 222.890'MB/sec entries = 129422 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.06 avg-zval = 315.01 usrkeys = 129422 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.06 avg-zval = 315.01 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129422 bytes = 469168 } seq expand size = 905954 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.0408 GB dict = 1.38 MB all = 0.0428 GB } UnZip/Zip{ index = 7.0338 value = 3.2287 dict = 1.00 all = 3.1331 } Zip/UnZip{ index = 0.1422 value = 0.3097 dict = 1.00 all = 0.3192 } ---------------------------- total value len = 563.728333 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.321661718 Billion total entry num = 1.701163740 Billion write speed all = 32.133353027 MB/sec (with seq num) write speed all = 31.414154484 MB/sec (without seq num) 2024/11/20-23:19:05.284485 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84506: 129422 keys, 42838693 bytes, temperature: kWarm 2024/11/20-23:19:05.284556 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115945284522, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84506, "file_size": 42838693, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 952431592, "largest_seqno": 1300354959, "table_properties": {"data_size": 40768784, "index_size": 220800, "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": 2588440, "raw_average_key_size": 20, "raw_value_size": 131629435, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129422, "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": 1732115943, "oldest_key_time": 0, "file_creation_time": 1732115943, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84506, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:19:05.323972 140008375166528 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084507.sst) /dev/shm/ToplingTemp/Topling-1137604-CK3Kvv 2024/11/20-23:19:05.332927 140008375166528 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084507.sst): first pass time = 0.01's, 183.253'MB/sec 2024/11/20-23:19:05.360169 140008375166528 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084507.sst): old prealloc_size = 147639500, real_size = 515248 2024/11/20-23:19:05.360227 140008375166528 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084507.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 1576 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.36 raw-val = 0.0016 GB zip-val = 0.0005 GB avg-val =1016.54 avg-zval = 326.20 2024/11/20-23:19:05.362802 140008375166528 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00/084507.sst): second pass time = 0.03's, 60.205'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 207.725'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 18.516'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.292'MB/sec write SST data time = 0.00's, 435.621'MB/sec dict compress time = 0.00's, 25378.000'MB/sec z-dict build time = 0.00's, sample length = 0.025'MB, throughput = 1000.907'MB/sec zip my value time = 0.03's, unzip length = 0.002'GB zip my value throughput = 60.205'MB/sec zip pipeline throughput = 60.205'MB/sec entries = 1576 avg-key = 20.00 avg-zkey = 0.37 avg-val = 1016.54 avg-zval = 326.20 usrkeys = 1576 avg-key = 12.00 avg-zkey = 0.37 avg-val = 1023.54 avg-zval = 326.20 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 1576 bytes = 5728 } seq expand size = 11032 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0016 GB dict = 0.03 MB all = 0.0016 GB } __ZipSize{ index = 0.0000 GB value = 0.0005 GB dict = 0.03 MB all = 0.0005 GB } UnZip/Zip{ index = 32.8333 value = 3.1163 dict = 1.00 all = 2.9866 } Zip/UnZip{ index = 0.0305 value = 0.3209 dict = 1.00 all = 0.3348 } ---------------------------- total value len = 563.729946 GB avg = 0.331 KB (by entry num) total key len = 44.327381 GB avg = 0.026 KB total ukey len = 32.801926 GB avg = 0.014 KB total ukey num = 2.321663294 Billion total entry num = 1.701165316 Billion write speed all = 32.133217152 MB/sec (with seq num) write speed all = 31.414022930 MB/sec (without seq num) 2024/11/20-23:19:05.369820 140008375166528 [compaction_job.cc:1948] [default] [JOB 20357] Generated table #84507: 1576 keys, 546978 bytes, temperature: kWarm 2024/11/20-23:19:05.369856 140008375166528 EVENT_LOG_v1 {"time_micros": 1732115945369836, "cf_name": "default", "job": 20357, "event": "table_file_creation", "file_number": 84507, "file_size": 546978, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1018821869, "largest_seqno": 1298872686, "table_properties": {"data_size": 514096, "index_size": 576, "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": 31520, "raw_average_key_size": 20, "raw_value_size": 1602065, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 1576, "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": 1732115945, "oldest_key_time": 0, "file_creation_time": 1732115945, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "6MZ3RU376XPAYLWHL32R", "orig_file_number": 84507, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:19:05.381465 140008375166528 [compaction_job.cc:703] job-20357: subcompact[0], size: 0.213804 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20357/att-00 [084502,084503,084504,084505,084506,084507] 2024/11/20-23:19:05.426662 140008375166528 (Original Log Time 2024/11/20-23:18:57.525117) EVENT_LOG_v1 {"time_micros": 1732115937525070, "job": 20357, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [84495], "files_L3": [84391, 84392, 84393, 84394, 84395], "score": 0.993, "input_data_size": 246028833, "oldest_snapshot_seqno": 1300960025} 2024/11/20-23:19:05.426666 140008375166528 (Original Log Time 2024/11/20-23:19:05.425936) [compaction_job.cc:2022] [default] [JOB 20357] Compacted 1@2 + 5@3 files to L3 => 213804088 bytes 2024/11/20-23:19:05.426667 140008375166528 (Original Log Time 2024/11/20-23:19:05.426585) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 31.3 rd, 27.2 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 203.4 +0.0 blob) out(203.9 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 679102, records dropped: 30384 output_compression: Snappy 2024/11/20-23:19:05.426672 140008375166528 (Original Log Time 2024/11/20-23:19:05.426638) EVENT_LOG_v1 {"time_micros": 1732115945426610, "cf": "default", "job": 20357, "event": "compaction_finished", "compaction_time_micros": 7856351, "compaction_time_cpu_micros": 2159798, "output_level": 3, "num_output_files": 6, "total_output_size": 213804088, "num_input_records": 679102, "num_output_records": 648718, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 176425810, "file_range_sync_nanos": 0, "file_fsync_nanos": 12749, "file_prepare_write_nanos": 20000, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-23:19:05.550798 140008375166528 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":1732096383,"starts":1732115937,"executesMs":8014,"compactionJobId":20357,"attempt":0,"compactionInputRawBytes":704234553,"compactionInputZipBytes":246028833,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213804088,"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-e4b0cfe68546e75f950e4dd55a19aad0-73f8108b8d56be51-00"}}, response = 2024/11/20-23:19:05.550919 140008375166528 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-20357/att-00: olev 3, work 8.014 s, result 8.110 ms, install 0.756 ms, input{raw 671.610 MiB zip 234.631 MiB}