2024/11/20-23:25:30.637707 140008467486272 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00: fork to child time = 0.009101 sec 2024/11/20-23:25:30.638505 140008467486272 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00 2024/11/20-23:25:30.646299 140008467486272 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00 2024/11/20-23:25:30.651470 140008467486272 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:25:30.651843 140008467486272 [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:25:30.697060 140008467486272 [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-20707/att-00/MANIFEST-049091 2024/11/20-23:25:30.748709 140008467486272 [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-20707/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 85131, last_sequence is 1308644635, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 84942 2024/11/20-23:25:30.748725 140008467486272 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:25:30.748809 140008467486272 [version_set.cc:5724] Creating manifest 85131 2024/11/20-23:25:30.781359 140008467486272 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:25:30.801137 140008467486272 [compaction_job.cc:2437] [default] [JOB 20707] Compacting 1@2 + 5@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-23:25:30.801150 140008467486272 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 15574 Base level 2, inputs: [85121(31MB)], [85013(40MB) 85014(40MB) 85015(40MB) 85016(40MB) 85124(40MB)] 2024/11/20-23:25:30.810555 140008467486272 [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:25:30.810582 140008467486272 [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:25:30.810604 140008467486272 [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:25:30.810614 140008467486272 [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:25:30.810626 140008467486272 [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:25:31.437315 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.sst) /dev/shm/ToplingTemp/Topling-1144642-2k25vG 2024/11/20-23:25:31.620496 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.sst): first pass time = 0.18's, 732.886'MB/sec 2024/11/20-23:25:32.834760 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.sst): old prealloc_size = 147639500, real_size = 40934896 2024/11/20-23:25:32.834950 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.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.27 2024/11/20-23:25:32.835167 140008467486272 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.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:25:33.175637 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085132.sst): second pass time = 1.21's, 108.483'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.34's, 125.425'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1320.348'MB/sec (index lex order gen) rebuild zvType time = 0.21's, 0.152'MB/sec write SST data time = 0.13's, 334.628'MB/sec dict compress time = 7816406666.09's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 40660.591'MB/sec zip my value time = 1.21's, unzip length = 0.132'GB zip my value throughput = 108.483'MB/sec zip pipeline throughput = 249.334'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.01 avg-zval = 314.27 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1024.01 avg-zval = 314.27 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.2361 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 = 31.459826165 MB/sec (with seq num) write speed all = 30.755290406 MB/sec (without seq num) 2024/11/20-23:25:33.245663 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85132: 129428 keys, 42752141 bytes, temperature: kWarm 2024/11/20-23:25:33.245796 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116333245734, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85132, "file_size": 42752141, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1307730092, "table_properties": {"data_size": 40675424, "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": 131629362, "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": 1732116331, "oldest_key_time": 0, "file_creation_time": 1732116331, "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": 85132, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:33.320611 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.sst) /dev/shm/ToplingTemp/Topling-1144642-y6pzmF 2024/11/20-23:25:33.921459 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.sst): first pass time = 0.60's, 223.403'MB/sec 2024/11/20-23:25:34.516933 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.sst): old prealloc_size = 147639500, real_size = 40880048 2024/11/20-23:25:34.517078 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.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.77 2024/11/20-23:25:34.517253 140008467486272 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.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:25:34.716956 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085133.sst): second pass time = 0.59's, 221.335'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 213.504'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1981.432'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.241'MB/sec write SST data time = 0.07's, 653.107'MB/sec dict compress time = 7816406666.09's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45886.673'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 221.335'MB/sec zip pipeline throughput = 221.335'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1017.01 avg-zval = 313.77 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1024.01 avg-zval = 313.77 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.5678 value = 3.2412 dict = 1.00 all = 3.1435 } Zip/UnZip{ index = 0.1523 value = 0.3085 dict = 1.00 all = 0.3181 } ---------------------------- 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 = 31.464312156 MB/sec (with seq num) write speed all = 30.759779011 MB/sec (without seq num) 2024/11/20-23:25:34.772686 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85133: 129429 keys, 42696953 bytes, temperature: kWarm 2024/11/20-23:25:34.772776 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116334772733, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85133, "file_size": 42696953, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1307730100, "table_properties": {"data_size": 40611040, "index_size": 236480, "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": 131630143, "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": 1732116333, "oldest_key_time": 0, "file_creation_time": 1732116333, "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": 85133, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:34.822303 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.sst) /dev/shm/ToplingTemp/Topling-1144642-80evkG 2024/11/20-23:25:35.419254 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.sst): first pass time = 0.60's, 224.858'MB/sec 2024/11/20-23:25:36.596337 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.sst): old prealloc_size = 147639500, real_size = 40571760 2024/11/20-23:25:36.596488 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0003 GB avg-key = 8.00 avg-zkey = 1.96 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.00 avg-zval = 311.25 2024/11/20-23:25:36.596649 140008467486272 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.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:25:36.764398 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085134.sst): second pass time = 1.18's, 111.897'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.341'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2050.473'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.05's, 912.127'MB/sec dict compress time = 7816406666.09's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 18851.423'MB/sec zip my value time = 1.18's, unzip length = 0.132'GB zip my value throughput = 111.897'MB/sec zip pipeline throughput = 195.664'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.96 avg-val = 1017.00 avg-zval = 311.25 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.96 avg-val = 1023.96 avg-zval = 311.25 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 128688 bytes = 466512 } seq expand size = 900816 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.1190 value = 3.2674 dict = 1.00 all = 3.1651 } Zip/UnZip{ index = 0.1634 value = 0.3061 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.321402862 Billion total entry num = 1.700904884 Billion write speed all = 31.467972468 MB/sec (with seq num) write speed all = 30.763460399 MB/sec (without seq num) 2024/11/20-23:25:36.817716 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85134: 129429 keys, 42406138 bytes, temperature: kWarm 2024/11/20-23:25:36.817781 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116336817749, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85134, "file_size": 42406138, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1307729039, "table_properties": {"data_size": 40285408, "index_size": 253824, "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": 131629416, "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": 1732116334, "oldest_key_time": 0, "file_creation_time": 1732116334, "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": 85134, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:36.851781 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.sst) /dev/shm/ToplingTemp/Topling-1144642-s9hsqD 2024/11/20-23:25:37.396105 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.sst): first pass time = 0.54's, 246.601'MB/sec 2024/11/20-23:25:37.973322 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.sst): old prealloc_size = 147639500, real_size = 40765104 2024/11/20-23:25:37.973461 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129434 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.0405 GB avg-val =1016.97 avg-zval = 312.86 2024/11/20-23:25:37.973612 140008467486272 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.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:25:38.139245 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085135.sst): second pass time = 0.58's, 228.368'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 256.545'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2220.736'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 916.298'MB/sec dict compress time = 0.00's, 817560.831'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 29922.890'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 228.368'MB/sec zip pipeline throughput = 228.368'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.84 avg-val = 1016.97 avg-zval = 312.86 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.84 avg-val = 1023.40 avg-zval = 312.86 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119003 bytes = 431408 } seq expand size = 833021 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.5169 value = 3.2506 dict = 1.00 all = 3.1533 } Zip/UnZip{ index = 0.1534 value = 0.3076 dict = 1.00 all = 0.3171 } ---------------------------- 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 = 31.472724446 MB/sec (with seq num) write speed all = 30.768208914 MB/sec (without seq num) 2024/11/20-23:25:38.190887 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85135: 129434 keys, 42563829 bytes, temperature: kWarm 2024/11/20-23:25:38.190953 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116338190923, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85135, "file_size": 42563829, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1307730480, "table_properties": {"data_size": 40494240, "index_size": 238336, "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": 2588680, "raw_average_key_size": 20, "raw_value_size": 131629966, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129434, "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": 1732116336, "oldest_key_time": 0, "file_creation_time": 1732116336, "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": 85135, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:38.227322 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.sst) /dev/shm/ToplingTemp/Topling-1144642-0xCdSG 2024/11/20-23:25:38.838212 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.sst): first pass time = 0.61's, 219.726'MB/sec 2024/11/20-23:25:39.635063 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.sst): old prealloc_size = 147639500, real_size = 41026096 2024/11/20-23:25:39.635232 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.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.04 2024/11/20-23:25:39.635418 140008467486272 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.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:25:39.972679 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085136.sst): second pass time = 0.80's, 165.388'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.34's, 126.894'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1571.497'MB/sec (index lex order gen) rebuild zvType time = 0.29's, 0.112'MB/sec write SST data time = 0.05's, 877.068'MB/sec dict compress time = 0.00's, 817549.555'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42780.379'MB/sec zip my value time = 0.80's, unzip length = 0.132'GB zip my value throughput = 165.388'MB/sec zip pipeline throughput = 208.815'MB/sec entries = 129422 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.06 avg-zval = 315.04 usrkeys = 129422 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.06 avg-zval = 315.04 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129422 bytes = 469168 } seq expand size = 905954 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.0428 GB } UnZip/Zip{ index = 7.0338 value = 3.2284 dict = 1.00 all = 3.1328 } Zip/UnZip{ index = 0.1422 value = 0.3098 dict = 1.00 all = 0.3192 } ---------------------------- total value len = 563.728332 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 = 31.476732209 MB/sec (with seq num) write speed all = 30.772229945 MB/sec (without seq num) 2024/11/20-23:25:40.029599 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85136: 129422 keys, 42842210 bytes, temperature: kWarm 2024/11/20-23:25:40.029692 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116340029645, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85136, "file_size": 42842210, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 952431592, "largest_seqno": 1307730662, "table_properties": {"data_size": 40772768, "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": 131629576, "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": 1732116338, "oldest_key_time": 0, "file_creation_time": 1732116338, "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": 85136, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:40.077578 140008467486272 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085137.sst) /dev/shm/ToplingTemp/Topling-1144642-KlymgF 2024/11/20-23:25:40.085796 140008467486272 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085137.sst): first pass time = 0.01's, 186.469'MB/sec 2024/11/20-23:25:40.245874 140008467486272 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085137.sst): old prealloc_size = 147639500, real_size = 481024 2024/11/20-23:25:40.245926 140008467486272 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085137.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 1468 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.38 raw-val = 0.0015 GB zip-val = 0.0005 GB avg-val =1016.94 avg-zval = 326.93 2024/11/20-23:25:40.248250 140008467486272 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00/085137.sst): second pass time = 0.16's, 9.372'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 215.937'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 18.415'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.244'MB/sec write SST data time = 0.00's, 613.488'MB/sec dict compress time = 0.00's, 13891.988'MB/sec z-dict build time = 0.00's, sample length = 0.023'MB, throughput = 819.981'MB/sec zip my value time = 0.16's, unzip length = 0.001'GB zip my value throughput = 9.372'MB/sec zip pipeline throughput = 512.495'MB/sec entries = 1468 avg-key = 20.00 avg-zkey = 0.39 avg-val = 1016.94 avg-zval = 326.93 usrkeys = 1468 avg-key = 12.00 avg-zkey = 0.39 avg-val = 1023.94 avg-zval = 326.93 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 1468 bytes = 5344 } seq expand size = 10276 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0015 GB dict = 0.02 MB all = 0.0015 GB } __ZipSize{ index = 0.0000 GB value = 0.0005 GB dict = 0.02 MB all = 0.0005 GB } UnZip/Zip{ index = 30.5833 value = 3.1106 dict = 1.00 all = 2.9822 } Zip/UnZip{ index = 0.0327 value = 0.3215 dict = 1.00 all = 0.3353 } ---------------------------- total value len = 563.729836 GB avg = 0.331 KB (by entry num) total key len = 44.327379 GB avg = 0.026 KB total ukey len = 32.801925 GB avg = 0.014 KB total ukey num = 2.321663186 Billion total entry num = 1.701165208 Billion write speed all = 31.476362515 MB/sec (with seq num) write speed all = 30.771869694 MB/sec (without seq num) 2024/11/20-23:25:40.255578 140008467486272 [compaction_job.cc:1948] [default] [JOB 20707] Generated table #85137: 1468 keys, 510448 bytes, temperature: kWarm 2024/11/20-23:25:40.255626 140008467486272 EVENT_LOG_v1 {"time_micros": 1732116340255601, "cf_name": "default", "job": 20707, "event": "table_file_creation", "file_number": 85137, "file_size": 510448, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1004867038, "largest_seqno": 1307723337, "table_properties": {"data_size": 479936, "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": 29360, "raw_average_key_size": 20, "raw_value_size": 1492875, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 1468, "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": 1732116340, "oldest_key_time": 0, "file_creation_time": 1732116340, "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": 85137, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:25:40.266380 140008467486272 [compaction_job.cc:703] job-20707: subcompact[0], size: 0.213772 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20707/att-00 [085132,085133,085134,085135,085136,085137] 2024/11/20-23:25:40.312285 140008467486272 (Original Log Time 2024/11/20-23:25:30.801191) EVENT_LOG_v1 {"time_micros": 1732116330801160, "job": 20707, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [85121], "files_L3": [85013, 85014, 85015, 85016, 85124], "score": 0.998603, "input_data_size": 246006206, "oldest_snapshot_seqno": 1308644042} 2024/11/20-23:25:40.312289 140008467486272 (Original Log Time 2024/11/20-23:25:40.308212) [compaction_job.cc:2022] [default] [JOB 20707] Compacted 1@2 + 5@3 files to L3 => 213771719 bytes 2024/11/20-23:25:40.312290 140008467486272 (Original Log Time 2024/11/20-23:25:40.312220) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 26.0 rd, 22.6 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: 679101, records dropped: 30491 output_compression: Snappy 2024/11/20-23:25:40.312294 140008467486272 (Original Log Time 2024/11/20-23:25:40.312264) EVENT_LOG_v1 {"time_micros": 1732116340312242, "cf": "default", "job": 20707, "event": "compaction_finished", "compaction_time_micros": 9465193, "compaction_time_cpu_micros": 2161836, "output_level": 3, "num_output_files": 6, "total_output_size": 213771719, "num_input_records": 679101, "num_output_records": 648610, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 239440401, "file_range_sync_nanos": 0, "file_fsync_nanos": 6318, "file_prepare_write_nanos": 14614, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-23:25:40.450898 140008467486272 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":1732116330,"executesMs":9662,"compactionJobId":20707,"attempt":0,"compactionInputRawBytes":704235771,"compactionInputZipBytes":246006206,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213771719,"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-b10cab9df82de8584fb963223b760e2b-d42d3bb5b0490651-00"}}, response = 2024/11/20-23:25:40.450990 140008467486272 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-20707/att-00: olev 3, work 9.663 s, result 7.649 ms, install 4.102 ms, input{raw 671.612 MiB zip 234.610 MiB}