2024/11/20-23:21:43.865485 140008593376832 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00: fork to child time = 0.012678 sec 2024/11/20-23:21:43.866212 140008593376832 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00 2024/11/20-23:21:43.873583 140008593376832 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00 2024/11/20-23:21:43.875793 140008593376832 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-23:21:43.876097 140008593376832 [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:21:43.920721 140008593376832 [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-20523/att-00/MANIFEST-049091 2024/11/20-23:21:43.977300 140008593376832 [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-20523/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 84785, last_sequence is 1304231021, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 84631 2024/11/20-23:21:43.977311 140008593376832 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-23:21:43.977385 140008593376832 [version_set.cc:5724] Creating manifest 84785 2024/11/20-23:21:44.010701 140008593376832 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-23:21:44.031659 140008593376832 [compaction_job.cc:2437] [default] [JOB 20523] Compacting 1@2 + 5@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/20-23:21:44.031674 140008593376832 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 15452 Base level 2, inputs: [84736(31MB)], [84642(40MB) 84643(40MB) 84644(40MB) 84645(40MB) 84779(40MB)] 2024/11/20-23:21:44.038627 140008593376832 [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:21:44.038654 140008593376832 [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:21:44.038679 140008593376832 [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:21:44.038691 140008593376832 [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:21:44.038719 140008593376832 [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:21:44.648778 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.sst) /dev/shm/ToplingTemp/Topling-1140790-leolen 2024/11/20-23:21:44.824639 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.sst): first pass time = 0.18's, 763.389'MB/sec 2024/11/20-23:21:45.410253 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.sst): old prealloc_size = 147639500, real_size = 40936416 2024/11/20-23:21:45.410389 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.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:21:45.410559 140008593376832 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.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:21:45.574357 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084786.sst): second pass time = 0.58's, 225.093'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 260.496'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2137.754'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.04's, 952.978'MB/sec dict compress time = 4478659930.87's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23354.923'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 225.093'MB/sec zip pipeline throughput = 225.093'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 = 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.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 = 31.835040294 MB/sec (with seq num) write speed all = 31.122101698 MB/sec (without seq num) 2024/11/20-23:21:45.631249 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84786: 129428 keys, 42753149 bytes, temperature: kWarm 2024/11/20-23:21:45.631339 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116105631297, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84786, "file_size": 42753149, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1303306284, "table_properties": {"data_size": 40676944, "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": 131629275, "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": 1732116104, "oldest_key_time": 0, "file_creation_time": 1732116104, "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": 84786, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:45.667467 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.sst) /dev/shm/ToplingTemp/Topling-1140790-2gSKqm 2024/11/20-23:21:46.218986 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.sst): first pass time = 0.55's, 243.376'MB/sec 2024/11/20-23:21:46.745675 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.sst): old prealloc_size = 147639500, real_size = 40878608 2024/11/20-23:21:46.745824 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.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.76 2024/11/20-23:21:46.745979 140008593376832 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.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:21:46.908935 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084787.sst): second pass time = 0.53's, 250.334'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.531'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2033.202'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 937.012'MB/sec dict compress time = 4478659930.87's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44709.008'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 250.334'MB/sec zip pipeline throughput = 250.334'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1017.01 avg-zval = 313.76 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1024.01 avg-zval = 313.76 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.5571 value = 3.2414 dict = 1.00 all = 3.1436 } Zip/UnZip{ index = 0.1525 value = 0.3085 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 563.330803 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.839894380 MB/sec (with seq num) write speed all = 31.126951385 MB/sec (without seq num) 2024/11/20-23:21:46.962251 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84787: 129429 keys, 42695517 bytes, temperature: kWarm 2024/11/20-23:21:46.962320 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116106962287, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84787, "file_size": 42695517, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1303306289, "table_properties": {"data_size": 40609216, "index_size": 236864, "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": 131629951, "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": 1732116105, "oldest_key_time": 0, "file_creation_time": 1732116105, "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": 84787, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:47.003216 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.sst) /dev/shm/ToplingTemp/Topling-1140790-6xfyWl 2024/11/20-23:21:47.547297 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.sst): first pass time = 0.54's, 246.705'MB/sec 2024/11/20-23:21:48.129418 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.sst): old prealloc_size = 147639500, real_size = 40577296 2024/11/20-23:21:48.129573 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.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.96 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.99 avg-zval = 311.29 2024/11/20-23:21:48.129748 140008593376832 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.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:21:48.296274 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084788.sst): second pass time = 0.58's, 226.479'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 254.155'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2164.170'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.05's, 867.443'MB/sec dict compress time = 4478659930.87's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36231.259'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 226.479'MB/sec zip pipeline throughput = 226.479'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.96 avg-val = 1016.99 avg-zval = 311.29 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.96 avg-val = 1023.95 avg-zval = 311.29 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.1129 value = 3.2670 dict = 1.00 all = 3.1646 } Zip/UnZip{ index = 0.1636 value = 0.3061 dict = 1.00 all = 0.3160 } ---------------------------- 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 = 31.844659474 MB/sec (with seq num) write speed all = 31.131714051 MB/sec (without seq num) 2024/11/20-23:21:48.348171 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84788: 129430 keys, 42411853 bytes, temperature: kWarm 2024/11/20-23:21:48.348259 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116108348215, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84788, "file_size": 42411853, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1303305859, "table_properties": {"data_size": 40290688, "index_size": 254080, "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": 131629640, "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": 1732116106, "oldest_key_time": 0, "file_creation_time": 1732116106, "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": 84788, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:48.382340 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.sst) /dev/shm/ToplingTemp/Topling-1140790-3i70Nl 2024/11/20-23:21:48.896963 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.sst): first pass time = 0.51's, 260.830'MB/sec 2024/11/20-23:21:49.440998 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.sst): old prealloc_size = 147639500, real_size = 40772000 2024/11/20-23:21:49.441160 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.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.83 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1016.96 avg-zval = 312.92 2024/11/20-23:21:49.441339 140008593376832 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.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:21:49.611903 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084789.sst): second pass time = 0.54's, 242.347'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 249.098'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2172.677'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 825.121'MB/sec dict compress time = 4478659930.87's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 30084.796'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 242.347'MB/sec zip pipeline throughput = 242.347'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.83 avg-val = 1016.96 avg-zval = 312.92 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.83 avg-val = 1023.40 avg-zval = 312.92 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 119001 bytes = 431392 } seq expand size = 833007 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.0405 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 6.5397 value = 3.2500 dict = 1.00 all = 3.1528 } Zip/UnZip{ index = 0.1529 value = 0.3077 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.321532297 Billion total entry num = 1.701034319 Billion write speed all = 31.849539996 MB/sec (with seq num) write speed all = 31.136589464 MB/sec (without seq num) 2024/11/20-23:21:49.663984 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84789: 129434 keys, 42571091 bytes, temperature: kWarm 2024/11/20-23:21:49.664065 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116109664023, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84789, "file_size": 42571091, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1303306140, "table_properties": {"data_size": 40501968, "index_size": 237504, "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": 131629734, "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": 1732116108, "oldest_key_time": 0, "file_creation_time": 1732116108, "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": 84789, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:49.703660 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.sst) /dev/shm/ToplingTemp/Topling-1140790-Km6QUp 2024/11/20-23:21:50.208033 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.sst): first pass time = 0.50's, 266.130'MB/sec 2024/11/20-23:21:50.876577 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.sst): old prealloc_size = 147639500, real_size = 41024880 2024/11/20-23:21:50.876739 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.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.03 2024/11/20-23:21:50.876928 140008593376832 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.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:21:51.081245 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084790.sst): second pass time = 0.67's, 197.179'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 209.315'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1746.794'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.206'MB/sec write SST data time = 0.05's, 906.773'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 40264.635'MB/sec zip my value time = 0.67's, unzip length = 0.132'GB zip my value throughput = 197.179'MB/sec zip pipeline throughput = 273.403'MB/sec entries = 129422 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.06 avg-zval = 315.03 usrkeys = 129422 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1024.06 avg-zval = 315.03 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.2285 dict = 1.00 all = 3.1329 } Zip/UnZip{ index = 0.1422 value = 0.3097 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.321661719 Billion total entry num = 1.701163741 Billion write speed all = 31.854167123 MB/sec (with seq num) write speed all = 31.141217230 MB/sec (without seq num) 2024/11/20-23:21:51.135983 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84790: 129422 keys, 42841158 bytes, temperature: kWarm 2024/11/20-23:21:51.136063 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116111136021, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84790, "file_size": 42841158, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 952431592, "largest_seqno": 1303306328, "table_properties": {"data_size": 40771552, "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": 131629321, "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": 1732116109, "oldest_key_time": 0, "file_creation_time": 1732116109, "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": 84790, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:51.169634 140008593376832 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084791.sst) /dev/shm/ToplingTemp/Topling-1140790-FwYOKn 2024/11/20-23:21:51.176000 140008593376832 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084791.sst): first pass time = 0.01's, 255.223'MB/sec 2024/11/20-23:21:51.202515 140008593376832 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084791.sst): old prealloc_size = 147639500, real_size = 512856 2024/11/20-23:21:51.202549 140008593376832 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084791.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 1556 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.33 raw-val = 0.0016 GB zip-val = 0.0005 GB avg-val =1017.45 avg-zval = 328.88 2024/11/20-23:21:51.205117 140008593376832 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00/084791.sst): second pass time = 0.03's, 60.782'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 210.343'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 28.494'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.262'MB/sec write SST data time = 0.00's, 503.887'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.024'MB, throughput = 918.456'MB/sec zip my value time = 0.03's, unzip length = 0.002'GB zip my value throughput = 60.782'MB/sec zip pipeline throughput = 60.782'MB/sec entries = 1556 avg-key = 20.00 avg-zkey = 0.37 avg-val = 1017.45 avg-zval = 328.88 usrkeys = 1556 avg-key = 12.00 avg-zkey = 0.37 avg-val = 1024.45 avg-zval = 328.88 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 1556 bytes = 5456 } seq expand size = 10892 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0016 GB dict = 0.02 MB all = 0.0016 GB } __ZipSize{ index = 0.0000 GB value = 0.0005 GB dict = 0.02 MB all = 0.0005 GB } UnZip/Zip{ index = 32.4167 value = 3.0936 dict = 1.00 all = 2.9709 } Zip/UnZip{ index = 0.0308 value = 0.3232 dict = 1.00 all = 0.3366 } ---------------------------- total value len = 563.729926 GB avg = 0.331 KB (by entry num) total key len = 44.327380 GB avg = 0.026 KB total ukey len = 32.801926 GB avg = 0.014 KB total ukey num = 2.321663275 Billion total entry num = 1.701165297 Billion write speed all = 31.854045524 MB/sec (with seq num) write speed all = 31.141099605 MB/sec (without seq num) 2024/11/20-23:21:51.212403 140008593376832 [compaction_job.cc:1948] [default] [JOB 20523] Generated table #84791: 1556 keys, 543361 bytes, temperature: kWarm 2024/11/20-23:21:51.212447 140008593376832 EVENT_LOG_v1 {"time_micros": 1732116111212423, "cf_name": "default", "job": 20523, "event": "table_file_creation", "file_number": 84791, "file_size": 543361, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 1058448503, "largest_seqno": 1303303814, "table_properties": {"data_size": 511744, "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": 31120, "raw_average_key_size": 20, "raw_value_size": 1583156, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 1556, "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": 1732116111, "oldest_key_time": 0, "file_creation_time": 1732116111, "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": 84791, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-23:21:51.222153 140008593376832 [compaction_job.cc:703] job-20523: subcompact[0], size: 0.213816 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-20523/att-00 [084786,084787,084788,084789,084790,084791] 2024/11/20-23:21:51.262336 140008593376832 (Original Log Time 2024/11/20-23:21:44.031735) EVENT_LOG_v1 {"time_micros": 1732116104031690, "job": 20523, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [84736], "files_L3": [84642, 84643, 84644, 84645, 84779], "score": 0.999, "input_data_size": 246015880, "oldest_snapshot_seqno": 1304230154} 2024/11/20-23:21:51.262339 140008593376832 (Original Log Time 2024/11/20-23:21:51.261697) [compaction_job.cc:2022] [default] [JOB 20523] Compacted 1@2 + 5@3 files to L3 => 213816129 bytes 2024/11/20-23:21:51.262340 140008593376832 (Original Log Time 2024/11/20-23:21:51.262279) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 34.2 rd, 29.7 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: 679105, records dropped: 30406 output_compression: Snappy 2024/11/20-23:21:51.262344 140008593376832 (Original Log Time 2024/11/20-23:21:51.262322) EVENT_LOG_v1 {"time_micros": 1732116111262300, "cf": "default", "job": 20523, "event": "compaction_finished", "compaction_time_micros": 7190422, "compaction_time_cpu_micros": 1889902, "output_level": 3, "num_output_files": 6, "total_output_size": 213816129, "num_input_records": 679105, "num_output_records": 648699, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 148602404, "file_range_sync_nanos": 0, "file_fsync_nanos": 5500, "file_prepare_write_nanos": 10598, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-23:21:51.399026 140008593376832 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":1732116103,"executesMs":7388,"compactionJobId":20523,"attempt":0,"compactionInputRawBytes":704237286,"compactionInputZipBytes":246015880,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213816129,"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-bf98c00284bc3d0c14b5c7beb4daf9eb-a1e62caf206d31eb-00"}}, response = 2024/11/20-23:21:51.399119 140008593376832 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-20523/att-00: olev 3, work 7.388 s, result 7.678 ms, install 0.660 ms, input{raw 671.613 MiB zip 234.619 MiB}