2024/11/21-06:36:22.315526 140007963924032 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00: fork to child time = 0.010261 sec 2024/11/21-06:36:22.316103 140007963924032 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00 2024/11/21-06:36:22.322914 140007963924032 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00 2024/11/21-06:36:22.324640 140007963924032 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-06:36:22.324881 140007963924032 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-06:36:22.377126 140007963924032 [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-08414/att-00/MANIFEST-090329 2024/11/21-06:36:22.408729 140007963924032 [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-08414/att-00/MANIFEST-090329 succeeded,manifest_file_number is 90329, next_file_number is 108322, last_sequence is 1614090474, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 108169 2024/11/21-06:36:22.408741 140007963924032 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-06:36:22.408838 140007963924032 [version_set.cc:5724] Creating manifest 108322 2024/11/21-06:36:22.439950 140007963924032 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-06:36:22.459887 140007963924032 [compaction_job.cc:2437] [default] [JOB 8414] Compacting 1@2 + 6@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/21-06:36:22.459902 140007963924032 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 6295 Base level 2, inputs: [108317(31MB)], [108266(40MB) 108267(775KB) 108213(40MB) 108214(40MB) 108215(40MB) 108235(40MB)] 2024/11/21-06:36:22.466771 140007963924032 [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-06:36:22.466794 140007963924032 [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-06:36:22.466813 140007963924032 [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-06:36:22.466821 140007963924032 [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-06:36:22.466831 140007963924032 [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-06:36:23.232531 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.sst) /dev/shm/ToplingTemp/Topling-1401797-pdwDLx 2024/11/21-06:36:23.477514 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.sst): first pass time = 0.24's, 547.982'MB/sec 2024/11/21-06:36:24.336515 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.sst): old prealloc_size = 147639500, real_size = 41009744 2024/11/21-06:36:24.336662 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.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.73 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1017.01 avg-zval = 314.87 2024/11/21-06:36:24.336850 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.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-06:36:24.502390 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108323.sst): second pass time = 0.86's, 153.407'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 258.417'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1782.835'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.05's, 916.020'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 = 21120.142'MB/sec zip my value time = 0.86's, unzip length = 0.132'GB zip my value throughput = 153.407'MB/sec zip pipeline throughput = 246.661'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.01 avg-zval = 314.87 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1023.97 avg-zval = 314.87 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128816 bytes = 483072 } seq expand size = 901712 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 = 6.9218 value = 3.2300 dict = 1.00 all = 3.1315 } Zip/UnZip{ index = 0.1445 value = 0.3096 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.198264 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.321144005 Billion total entry num = 1.700646027 Billion write speed all = 13.451866384 MB/sec (with seq num) write speed all = 13.150614848 MB/sec (without seq num) 2024/11/21-06:36:24.556853 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108323: 129429 keys, 42860183 bytes, temperature: kWarm 2024/11/21-06:36:24.556979 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142184556919, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108323, "file_size": 42860183, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1614052091, "table_properties": {"data_size": 40752832, "index_size": 224384, "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": 131629988, "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": 1732142183, "oldest_key_time": 0, "file_creation_time": 1732142183, "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": 108323, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:24.641610 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.sst) /dev/shm/ToplingTemp/Topling-1401797-Vfptwv 2024/11/21-06:36:25.391554 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.sst): first pass time = 0.75's, 178.982'MB/sec 2024/11/21-06:36:25.884716 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.sst): old prealloc_size = 147639500, real_size = 40625744 2024/11/21-06:36:25.884852 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.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.84 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1016.98 avg-zval = 311.79 2024/11/21-06:36:25.885008 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.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-06:36:26.150097 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108324.sst): second pass time = 0.49's, 267.328'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.27's, 160.053'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2101.498'MB/sec (index lex order gen) rebuild zvType time = 0.21's, 0.157'MB/sec write SST data time = 0.06's, 715.941'MB/sec dict compress time = 4590124366.88's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41947.356'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 267.328'MB/sec zip pipeline throughput = 267.328'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.84 avg-val = 1016.98 avg-zval = 311.79 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.84 avg-val = 1023.85 avg-zval = 311.79 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 126876 bytes = 475792 } seq expand size = 888132 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.0404 GB dict = 1.38 MB all = 0.0425 GB } UnZip/Zip{ index = 6.5378 value = 3.2617 dict = 1.00 all = 3.1604 } Zip/UnZip{ index = 0.1530 value = 0.3066 dict = 1.00 all = 0.3164 } ---------------------------- total value len = 563.330781 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.321273436 Billion total entry num = 1.700775458 Billion write speed all = 13.454367088 MB/sec (with seq num) write speed all = 13.153103616 MB/sec (without seq num) 2024/11/21-06:36:26.204708 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108324: 129431 keys, 42468876 bytes, temperature: kWarm 2024/11/21-06:36:26.204770 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142186204738, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108324, "file_size": 42468876, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1614048053, "table_properties": {"data_size": 40355648, "index_size": 237568, "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": 131629191, "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": 1732142184, "oldest_key_time": 0, "file_creation_time": 1732142184, "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": 108324, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:26.241579 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.sst) /dev/shm/ToplingTemp/Topling-1401797-6t2FTw 2024/11/21-06:36:26.876384 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.sst): first pass time = 0.63's, 211.445'MB/sec 2024/11/21-06:36:27.450080 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.sst): old prealloc_size = 147639500, real_size = 41022384 2024/11/21-06:36:27.450246 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1016.99 avg-zval = 315.00 2024/11/21-06:36:27.450434 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.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-06:36:27.724929 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108325.sst): second pass time = 0.57's, 229.822'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.27's, 155.933'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1803.624'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.159'MB/sec write SST data time = 0.07's, 600.012'MB/sec dict compress time = 4590124366.88's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47323.571'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 229.822'MB/sec zip pipeline throughput = 229.822'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1016.99 avg-zval = 315.00 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1023.99 avg-zval = 315.00 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129430 bytes = 485376 } seq expand size = 906010 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.0429 GB } UnZip/Zip{ index = 7.0732 value = 3.2286 dict = 1.00 all = 3.1319 } Zip/UnZip{ index = 0.1414 value = 0.3097 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.463317 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.321402866 Billion total entry num = 1.700904888 Billion write speed all = 13.456889719 MB/sec (with seq num) write speed all = 13.155613826 MB/sec (without seq num) 2024/11/21-06:36:27.783304 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108325: 129430 keys, 42855482 bytes, temperature: kWarm 2024/11/21-06:36:27.783375 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142187783344, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108325, "file_size": 42855482, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980009580, "largest_seqno": 1613996580, "table_properties": {"data_size": 40770272, "index_size": 219584, "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": 131629258, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732142186, "oldest_key_time": 0, "file_creation_time": 1732142186, "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": 108325, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:27.823996 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.sst) /dev/shm/ToplingTemp/Topling-1401797-fmsQnx 2024/11/21-06:36:28.443296 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.sst): first pass time = 0.62's, 216.740'MB/sec 2024/11/21-06:36:28.940517 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.sst): old prealloc_size = 147639500, real_size = 40758256 2024/11/21-06:36:28.940669 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.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.80 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.00 avg-zval = 312.86 2024/11/21-06:36:28.940808 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.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-06:36:29.191379 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108326.sst): second pass time = 0.50's, 265.188'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 169.396'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2100.206'MB/sec (index lex order gen) rebuild zvType time = 0.20's, 0.158'MB/sec write SST data time = 0.05's, 920.409'MB/sec dict compress time = 4590124366.88's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45988.055'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 265.188'MB/sec zip pipeline throughput = 265.188'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.80 avg-val = 1017.00 avg-zval = 312.86 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.80 avg-val = 1022.31 avg-zval = 312.86 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 98182 bytes = 368192 } seq expand size = 687274 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.0425 GB } UnZip/Zip{ index = 6.6688 value = 3.2507 dict = 1.00 all = 3.1585 } Zip/UnZip{ index = 0.1500 value = 0.3076 dict = 1.00 all = 0.3166 } ---------------------------- total value len = 563.595633 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.321532295 Billion total entry num = 1.701034317 Billion write speed all = 13.459439624 MB/sec (with seq num) write speed all = 13.158150588 MB/sec (without seq num) 2024/11/21-06:36:29.245162 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108326: 129429 keys, 42494549 bytes, temperature: kWarm 2024/11/21-06:36:29.245233 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142189245201, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108326, "file_size": 42494549, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1614051011, "table_properties": {"data_size": 40492832, "index_size": 232896, "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": 131629452, "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": 1732142187, "oldest_key_time": 0, "file_creation_time": 1732142187, "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": 108326, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:29.282347 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.sst) /dev/shm/ToplingTemp/Topling-1401797-aHeNxx 2024/11/21-06:36:29.859888 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.sst): first pass time = 0.58's, 232.415'MB/sec 2024/11/21-06:36:30.378823 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.sst): old prealloc_size = 147639500, real_size = 41004384 2024/11/21-06:36:30.378992 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.00 avg-zval = 314.82 2024/11/21-06:36:30.379213 140007963924032 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.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-06:36:30.633464 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108327.sst): second pass time = 0.52's, 254.130'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.25's, 168.217'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1592.845'MB/sec (index lex order gen) rebuild zvType time = 0.19's, 0.172'MB/sec write SST data time = 0.07's, 641.794'MB/sec dict compress time = 4590124366.88's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48886.643'MB/sec zip my value time = 0.52's, unzip length = 0.132'GB zip my value throughput = 254.130'MB/sec zip pipeline throughput = 254.130'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1017.00 avg-zval = 314.82 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1023.61 avg-zval = 314.82 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 122233 bytes = 458384 } seq expand size = 855631 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.9101 value = 3.2304 dict = 1.00 all = 3.1337 } Zip/UnZip{ index = 0.1447 value = 0.3096 dict = 1.00 all = 0.3191 } ---------------------------- total value len = 563.728119 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.321661725 Billion total entry num = 1.701163747 Billion write speed all = 13.462000375 MB/sec (with seq num) write speed all = 13.160698034 MB/sec (without seq num) 2024/11/21-06:36:30.690208 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108327: 129430 keys, 42830725 bytes, temperature: kWarm 2024/11/21-06:36:30.690304 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142190690253, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108327, "file_size": 42830725, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1614052123, "table_properties": {"data_size": 40747088, "index_size": 224768, "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": 131630024, "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": 1732142189, "oldest_key_time": 0, "file_creation_time": 1732142189, "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": 108327, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:30.749385 140007963924032 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108328.sst) /dev/shm/ToplingTemp/Topling-1401797-B5nEut 2024/11/21-06:36:30.761037 140007963924032 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108328.sst): first pass time = 0.01's, 255.154'MB/sec 2024/11/21-06:36:30.791735 140007963924032 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108328.sst): old prealloc_size = 147639500, real_size = 926064 2024/11/21-06:36:30.791811 140007963924032 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108328.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2854 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 1.37 raw-val = 0.0029 GB zip-val = 0.0009 GB avg-val =1017.11 avg-zval = 322.79 2024/11/21-06:36:30.797093 140007963924032 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00/108328.sst): second pass time = 0.03's, 96.912'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 179.816'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 87.731'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.210'MB/sec write SST data time = 0.00's, 505.476'MB/sec dict compress time = 4590124366.88's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.033'MB, throughput = 1432.871'MB/sec zip my value time = 0.03's, unzip length = 0.003'GB zip my value throughput = 96.912'MB/sec zip pipeline throughput = 96.912'MB/sec entries = 2854 avg-key = 20.00 avg-zkey = 1.39 avg-val = 1017.11 avg-zval = 322.79 usrkeys = 2854 avg-key = 12.00 avg-zkey = 1.39 avg-val = 1018.16 avg-zval = 322.79 TagRS{ kinds = RS_Key0_TagN bytes = 560 } TagArray{ size = 431 bytes = 1584 } seq expand size = 3017 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0000 GB value = 0.0029 GB dict = 0.03 MB all = 0.0030 GB } __ZipSize{ index = 0.0000 GB value = 0.0009 GB dict = 0.03 MB all = 0.0010 GB } UnZip/Zip{ index = 8.6310 value = 3.1510 dict = 1.00 all = 3.0799 } Zip/UnZip{ index = 0.1159 value = 0.3174 dict = 1.00 all = 0.3247 } ---------------------------- total value len = 563.731025 GB avg = 0.331 KB (by entry num) total key len = 44.327406 GB avg = 0.026 KB total ukey len = 32.801942 GB avg = 0.014 KB total ukey num = 2.321664579 Billion total entry num = 1.701166601 Billion write speed all = 13.462017206 MB/sec (with seq num) write speed all = 13.160715451 MB/sec (without seq num) 2024/11/21-06:36:30.805759 140007963924032 [compaction_job.cc:1948] [default] [JOB 8414] Generated table #108328: 2854 keys, 961032 bytes, temperature: kWarm 2024/11/21-06:36:30.805839 140007963924032 EVENT_LOG_v1 {"time_micros": 1732142190805798, "cf_name": "default", "job": 8414, "event": "table_file_creation", "file_number": 108328, "file_size": 961032, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1612094916, "table_properties": {"data_size": 921232, "index_size": 3968, "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": 57080, "raw_average_key_size": 20, "raw_value_size": 2902820, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 2854, "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-UintIndex_IL_256_32-DictZipBlobStore", "creation_time": 1732142190, "oldest_key_time": 0, "file_creation_time": 1732142190, "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": 108328, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-06:36:30.815807 140007963924032 [compaction_job.cc:703] job-08414: subcompact[0], size: 0.214471 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08414/att-00 [108323,108324,108325,108326,108327,108328] 2024/11/21-06:36:30.866446 140007963924032 (Original Log Time 2024/11/21-06:36:22.459962) EVENT_LOG_v1 {"time_micros": 1732142182459918, "job": 8414, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [108317], "files_L3": [108266, 108267, 108213, 108214, 108215, 108235], "score": 0.998044, "input_data_size": 247035616, "oldest_snapshot_seqno": 1614090329} 2024/11/21-06:36:30.866451 140007963924032 (Original Log Time 2024/11/21-06:36:30.865563) [compaction_job.cc:2022] [default] [JOB 8414] Compacted 1@2 + 6@3 files to L3 => 214470847 bytes 2024/11/21-06:36:30.866453 140007963924032 (Original Log Time 2024/11/21-06:36:30.866362) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 29.6 rd, 25.7 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.2, 204.4 +0.0 blob) out(204.5 +0.0 blob), read-write-amplify(14.1) write-amplify(6.5) OK, records in: 681363, records dropped: 31360 output_compression: Snappy 2024/11/21-06:36:30.866460 140007963924032 (Original Log Time 2024/11/21-06:36:30.866421) EVENT_LOG_v1 {"time_micros": 1732142190866390, "cf": "default", "job": 8414, "event": "compaction_finished", "compaction_time_micros": 8355859, "compaction_time_cpu_micros": 2227341, "output_level": 3, "num_output_files": 6, "total_output_size": 214470847, "num_input_records": 681363, "num_output_records": 650003, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 249669293, "file_range_sync_nanos": 0, "file_fsync_nanos": 6793, "file_prepare_write_nanos": 15750, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/21-06:36:31.019062 140007963924032 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":1732142182,"executesMs":8541,"compactionJobId":8414,"attempt":0,"compactionInputRawBytes":706572353,"compactionInputZipBytes":247035616,"compactionOutputRawBytes":0,"compactionOutputZipBytes":214470847,"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-16a01ea97efcc3ce4486ab5df9c1e2c4-605adca75b688b6a-00"}}, response = 2024/11/21-06:36:31.019176 140007963924032 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-21T00.56.43/.rocksdb/job-08414/att-00: olev 3, work 8.542 s, result 7.898 ms, install 0.916 ms, input{raw 673.840 MiB zip 235.592 MiB}