2024/11/20-15:56:44.955184 140256954594880 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00: fork to child time = 0.015123 sec 2024/11/20-15:56:44.955935 140256954594880 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00 2024/11/20-15:56:44.963675 140256954594880 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00 2024/11/20-15:56:44.966001 140256954594880 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:56:44.966332 140256954594880 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-15:56:45.013681 140256954594880 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14253/att-00/MANIFEST-019309 2024/11/20-15:56:45.066243 140256954594880 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14253/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 42578, last_sequence is 740193680, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 42409 2024/11/20-15:56:45.066256 140256954594880 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:56:45.066332 140256954594880 [version_set.cc:5724] Creating manifest 42578 2024/11/20-15:56:45.096634 140256954594880 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:56:45.114413 140256954594880 [compaction_job.cc:2437] [default] [JOB 14253] Compacting 1@2 + 6@3 files to L3, score 0.93, subcompactions 1 : 1 2024/11/20-15:56:45.114429 140256954594880 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 11282 Base level 2, inputs: [42566(31MB)], [42469(40MB) 42515(409KB) 42458(40MB) 42459(40MB) 42460(40MB) 42488(40MB)] 2024/11/20-15:56:45.124724 140256954594880 [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-15:56:45.124761 140256954594880 [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-15:56:45.124790 140256954594880 [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-15:56:45.124802 140256954594880 [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-15:56:45.124828 140256954594880 [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-15:56:45.724177 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.sst) /dev/shm/ToplingTemp/Topling-528142-pj8X2P 2024/11/20-15:56:45.900004 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.sst): first pass time = 0.18's, 763.517'MB/sec 2024/11/20-15:56:46.442743 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.sst): old prealloc_size = 147639500, real_size = 40878880 2024/11/20-15:56:46.442905 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 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.0406 GB avg-val =1017.02 avg-zval = 313.88 2024/11/20-15:56:46.443077 140256954594880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.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-15:56:46.607675 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042579.sst): second pass time = 0.54's, 242.934'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 258.170'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1772.355'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.271'MB/sec write SST data time = 0.05's, 937.445'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 43545.693'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 242.934'MB/sec zip pipeline throughput = 242.934'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.02 avg-zval = 313.88 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1022.24 avg-zval = 313.88 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 96492 bytes = 337744 } seq expand size = 675444 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 7.0158 value = 3.2401 dict = 1.00 all = 3.1518 } Zip/UnZip{ index = 0.1425 value = 0.3086 dict = 1.00 all = 0.3173 } ---------------------------- total value len = 0.132306 GB avg = 1.022 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129427 Billion total entry num = 0.000129427 Billion write speed all = 0.005239670 MB/sec (with seq num) write speed all = 0.005199451 MB/sec (without seq num) 2024/11/20-15:56:46.660381 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42579: 129427 keys, 42584318 bytes, temperature: kWarm 2024/11/20-15:56:46.660473 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089406660431, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42579, "file_size": 42584318, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 739708229, "table_properties": {"data_size": 40624976, "index_size": 221376, "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": 2588540, "raw_average_key_size": 20, "raw_value_size": 131630103, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "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": 1732089405, "oldest_key_time": 0, "file_creation_time": 1732089405, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42579, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:46.699108 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.sst) /dev/shm/ToplingTemp/Topling-528142-Rx95OO 2024/11/20-15:56:47.221006 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.sst): first pass time = 0.52's, 257.189'MB/sec 2024/11/20-15:56:47.703095 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.sst): old prealloc_size = 147639500, real_size = 40505856 2024/11/20-15:56:47.703221 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.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.84 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.87 2024/11/20-15:56:47.703312 140256954594880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.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-15:56:47.862562 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042580.sst): second pass time = 0.48's, 273.439'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.704'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2353.603'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 961.338'MB/sec dict compress time = 4341017541.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44547.444'MB/sec zip my value time = 0.48's, unzip length = 0.132'GB zip my value throughput = 273.439'MB/sec zip pipeline throughput = 273.439'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.84 avg-val = 1016.99 avg-zval = 310.87 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.84 avg-val = 1019.68 avg-zval = 310.87 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 49674 bytes = 173872 } seq expand size = 347718 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.0402 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 6.5377 value = 3.2715 dict = 1.00 all = 3.1920 } Zip/UnZip{ index = 0.1530 value = 0.3057 dict = 1.00 all = 0.3133 } ---------------------------- total value len = 0.264283 GB avg = 1.021 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258857 Billion total entry num = 0.000258857 Billion write speed all = 0.010466082 MB/sec (with seq num) write speed all = 0.010385648 MB/sec (without seq num) 2024/11/20-15:56:47.913257 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42580: 129430 keys, 42047826 bytes, temperature: kWarm 2024/11/20-15:56:47.913323 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089407913292, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42580, "file_size": 42047826, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 739705344, "table_properties": {"data_size": 40235760, "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": 2588600, "raw_average_key_size": 20, "raw_value_size": 131629589, "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": 1732089406, "oldest_key_time": 0, "file_creation_time": 1732089406, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42580, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:47.951788 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.sst) /dev/shm/ToplingTemp/Topling-528142-7IQcBM 2024/11/20-15:56:48.460832 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.sst): first pass time = 0.51's, 263.694'MB/sec 2024/11/20-15:56:49.426168 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.sst): old prealloc_size = 147639500, real_size = 40532896 2024/11/20-15:56:49.426296 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.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.90 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.99 avg-zval = 311.01 2024/11/20-15:56:49.426398 140256954594880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.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-15:56:49.588446 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042581.sst): second pass time = 0.96's, 136.459'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.749'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2241.290'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.05's, 915.193'MB/sec dict compress time = 0.00's, 1378175.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47099.381'MB/sec zip my value time = 0.96's, unzip length = 0.132'GB zip my value throughput = 136.459'MB/sec zip pipeline throughput = 270.648'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.90 avg-val = 1016.99 avg-zval = 311.01 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.90 avg-val = 1020.79 avg-zval = 311.01 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 70258 bytes = 245920 } seq expand size = 491806 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.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 6.3083 value = 3.2700 dict = 1.00 all = 3.1845 } Zip/UnZip{ index = 0.1585 value = 0.3058 dict = 1.00 all = 0.3140 } ---------------------------- total value len = 0.396404 GB avg = 1.021 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388287 Billion total entry num = 0.000388287 Billion write speed all = 0.015697286 MB/sec (with seq num) write speed all = 0.015576643 MB/sec (without seq num) 2024/11/20-15:56:49.642464 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42581: 129430 keys, 42146686 bytes, temperature: kWarm 2024/11/20-15:56:49.642532 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089409642501, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42581, "file_size": 42146686, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 739707926, "table_properties": {"data_size": 40254160, "index_size": 246208, "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": 131629397, "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": 1732089407, "oldest_key_time": 0, "file_creation_time": 1732089407, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42581, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:49.682998 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.sst) /dev/shm/ToplingTemp/Topling-528142-3OHgjO 2024/11/20-15:56:50.259620 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.sst): first pass time = 0.58's, 232.790'MB/sec 2024/11/20-15:56:50.772268 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.sst): old prealloc_size = 147639500, real_size = 40702512 2024/11/20-15:56:50.772397 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129420 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.0405 GB avg-val =1017.08 avg-zval = 312.55 2024/11/20-15:56:50.772500 140256954594880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.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-15:56:50.931821 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042582.sst): second pass time = 0.51's, 257.126'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 265.044'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2095.538'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.04's, 970.756'MB/sec dict compress time = 0.00's, 1377894.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 45249.548'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 257.126'MB/sec zip pipeline throughput = 257.126'MB/sec entries = 129420 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.08 avg-zval = 312.55 usrkeys = 129420 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1020.36 avg-zval = 312.55 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 60673 bytes = 212368 } seq expand size = 424711 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.0423 GB } UnZip/Zip{ index = 7.0706 value = 3.2541 dict = 1.00 all = 3.1743 } Zip/UnZip{ index = 0.1414 value = 0.3073 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 0.528459 GB avg = 1.021 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006212 GB avg = 0.012 KB total ukey num = 0.000517707 Billion total entry num = 0.000517707 Billion write speed all = 0.020925519 MB/sec (with seq num) write speed all = 0.020764672 MB/sec (without seq num) 2024/11/20-15:56:50.983215 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42582: 129420 keys, 42282469 bytes, temperature: kWarm 2024/11/20-15:56:50.983283 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089410983251, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42582, "file_size": 42282469, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 739708171, "table_properties": {"data_size": 40450336, "index_size": 219648, "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": 2588400, "raw_average_key_size": 20, "raw_value_size": 131630233, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129420, "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": 1732089409, "oldest_key_time": 0, "file_creation_time": 1732089409, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42582, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:51.020093 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.sst) /dev/shm/ToplingTemp/Topling-528142-3t4KqO 2024/11/20-15:56:51.587116 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.sst): first pass time = 0.57's, 236.722'MB/sec 2024/11/20-15:56:52.528680 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.sst): old prealloc_size = 147639500, real_size = 41004304 2024/11/20-15:56:52.528842 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129435 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 =1016.96 avg-zval = 314.79 2024/11/20-15:56:52.529004 140256954594880 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.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-15:56:52.691351 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042583.sst): second pass time = 0.94's, 139.929'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.098'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1809.459'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.04's, 978.714'MB/sec dict compress time = 7022905635.27's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36287.505'MB/sec zip my value time = 0.94's, unzip length = 0.132'GB zip my value throughput = 139.929'MB/sec zip pipeline throughput = 269.994'MB/sec entries = 129435 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.96 avg-zval = 314.79 usrkeys = 129435 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.96 avg-zval = 314.79 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129435 bytes = 453040 } seq expand size = 906045 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.8383 value = 3.2306 dict = 1.00 all = 3.1356 } Zip/UnZip{ index = 0.1462 value = 0.3095 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 0.660995 GB avg = 1.021 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647142 Billion total entry num = 0.000647142 Billion write speed all = 0.026171474 MB/sec (with seq num) write speed all = 0.025970427 MB/sec (without seq num) 2024/11/20-15:56:52.743518 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42583: 129435 keys, 42804451 bytes, temperature: kWarm 2024/11/20-15:56:52.743590 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089412743558, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42583, "file_size": 42804451, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 528731813, "largest_seqno": 739708193, "table_properties": {"data_size": 40744640, "index_size": 227136, "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": 2588700, "raw_average_key_size": 20, "raw_value_size": 131629898, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129435, "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": 1732089411, "oldest_key_time": 0, "file_creation_time": 1732089411, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42583, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:52.789866 140256954594880 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042584.sst) /dev/shm/ToplingTemp/Topling-528142-HiDG5N 2024/11/20-15:56:52.797350 140256954594880 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042584.sst): first pass time = 0.01's, 331.890'MB/sec 2024/11/20-15:56:52.825505 140256954594880 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042584.sst): old prealloc_size = 147639500, real_size = 781904 2024/11/20-15:56:52.825539 140256954594880 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042584.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2380 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.30 raw-val = 0.0024 GB zip-val = 0.0008 GB avg-val =1016.90 avg-zval = 327.90 2024/11/20-15:56:52.828627 140256954594880 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00/042584.sst): second pass time = 0.03's, 87.581'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 263.881'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 44.260'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.297'MB/sec write SST data time = 0.00's, 752.110'MB/sec dict compress time = 7022905635.27's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.030'MB, throughput = 1180.240'MB/sec zip my value time = 0.03's, unzip length = 0.002'GB zip my value throughput = 87.581'MB/sec zip pipeline throughput = 87.581'MB/sec entries = 2380 avg-key = 20.00 avg-zkey = 0.32 avg-val = 1016.90 avg-zval = 327.90 usrkeys = 2380 avg-key = 12.00 avg-zkey = 0.32 avg-val = 1023.90 avg-zval = 327.90 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2380 bytes = 8352 } seq expand size = 16660 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0024 GB dict = 0.03 MB all = 0.0025 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0008 GB } UnZip/Zip{ index = 37.1875 value = 3.1013 dict = 1.00 all = 3.0087 } Zip/UnZip{ index = 0.0269 value = 0.3224 dict = 1.00 all = 0.3324 } ---------------------------- total value len = 0.663432 GB avg = 1.021 KB (by entry num) total key len = 0.012990 GB avg = 0.020 KB total ukey len = 0.007794 GB avg = 0.012 KB total ukey num = 0.000649522 Billion total entry num = 0.000649522 Billion write speed all = 0.026267816 MB/sec (with seq num) write speed all = 0.026066031 MB/sec (without seq num) 2024/11/20-15:56:52.836536 140256954594880 [compaction_job.cc:1948] [default] [JOB 14253] Generated table #42584: 2380 keys, 820227 bytes, temperature: kWarm 2024/11/20-15:56:52.836582 140256954594880 EVENT_LOG_v1 {"time_micros": 1732089412836558, "cf_name": "default", "job": 14253, "event": "table_file_creation", "file_number": 42584, "file_size": 820227, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542862922, "largest_seqno": 738253012, "table_properties": {"data_size": 780400, "index_size": 768, "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": 47600, "raw_average_key_size": 20, "raw_value_size": 2420232, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2380, "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": 1732089412, "oldest_key_time": 0, "file_creation_time": 1732089412, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "d89b4006-2803-486e-b7a2-759bcf348921", "db_session_id": "92E45FH6K6HCJOD41QCQ", "orig_file_number": 42584, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:56:52.844876 140256954594880 [compaction_job.cc:703] job-14253: subcompact[0], size: 0.212686 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14253/att-00 [042579,042580,042581,042582,042583,042584] 2024/11/20-15:56:52.896077 140256954594880 (Original Log Time 2024/11/20-15:56:45.114490) EVENT_LOG_v1 {"time_micros": 1732089405114446, "job": 14253, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [42566], "files_L3": [42469, 42515, 42458, 42459, 42460, 42488], "score": 0.930553, "input_data_size": 245030176, "oldest_snapshot_seqno": 740193650} 2024/11/20-15:56:52.896080 140256954594880 (Original Log Time 2024/11/20-15:56:52.888518) [compaction_job.cc:2022] [default] [JOB 14253] Compacted 1@2 + 6@3 files to L3 => 212685977 bytes 2024/11/20-15:56:52.896082 140256954594880 (Original Log Time 2024/11/20-15:56:52.895997) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 31.7 rd, 27.5 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.2, 202.5 +0.0 blob) out(202.8 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 680326, records dropped: 30804 output_compression: Snappy 2024/11/20-15:56:52.896086 140256954594880 (Original Log Time 2024/11/20-15:56:52.896055) EVENT_LOG_v1 {"time_micros": 1732089412896019, "cf": "default", "job": 14253, "event": "compaction_finished", "compaction_time_micros": 7730388, "compaction_time_cpu_micros": 1815724, "output_level": 3, "num_output_files": 6, "total_output_size": 212685977, "num_input_records": 680326, "num_output_records": 649522, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 145121642, "file_range_sync_nanos": 0, "file_fsync_nanos": 5495, "file_prepare_write_nanos": 10563, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-15:56:53.030945 140256954594880 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":1732076400,"starts":1732089404,"executesMs":7925,"compactionJobId":14253,"attempt":0,"compactionInputRawBytes":705505628,"compactionInputZipBytes":245030176,"compactionOutputRawBytes":0,"compactionOutputZipBytes":212685977,"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-bac142383748e529a0c40db7d71e3436-639d025567d7807a-00"}}, response = 2024/11/20-15:56:53.031062 140256954594880 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14253/att-00: olev 3, work 7.925 s, result 7.662 ms, install 7.582 ms, input{raw 672.823 MiB zip 233.679 MiB}