2024/11/20-13:01:31.508356 140257819043392 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00: fork to child time = 0.009367 sec 2024/11/20-13:01:31.508839 140257819043392 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00 2024/11/20-13:01:31.515363 140257819043392 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00 2024/11/20-13:01:31.516971 140257819043392 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-13:01:31.517202 140257819043392 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-13:01:31.559609 140257819043392 [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-06378/att-00/MANIFEST-019309 2024/11/20-13:01:31.606274 140257819043392 [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-06378/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 28415, last_sequence is 549925376, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 28229 2024/11/20-13:01:31.606280 140257819043392 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-13:01:31.606346 140257819043392 [version_set.cc:5724] Creating manifest 28415 2024/11/20-13:01:31.637080 140257819043392 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-13:01:31.656890 140257819043392 [compaction_job.cc:2437] [default] [JOB 6378] Compacting 1@2 + 6@3 files to L3, score 0.78, subcompactions 1 : 1 2024/11/20-13:01:31.656901 140257819043392 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 5944 Base level 2, inputs: [28382(31MB)], [28401(40MB) 28402(1930KB) 28301(39MB) 28302(39MB) 28303(39MB) 28408(39MB)] 2024/11/20-13:01:31.663145 140257819043392 [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-13:01:31.663168 140257819043392 [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-13:01:31.663186 140257819043392 [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-13:01:31.663193 140257819043392 [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-13:01:31.663203 140257819043392 [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-13:01:32.558310 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.sst) /dev/shm/ToplingTemp/Topling-210024-JXfEmf 2024/11/20-13:01:32.747041 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.sst): first pass time = 0.19's, 711.332'MB/sec 2024/11/20-13:01:33.233702 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.sst): old prealloc_size = 147639500, real_size = 40788896 2024/11/20-13:01:33.233825 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.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.78 raw-val = 0.1316 GB zip-val = 0.0405 GB avg-val =1017.02 avg-zval = 313.12 2024/11/20-13:01:33.233987 140257819043392 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.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-13:01:33.414816 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028416.sst): second pass time = 0.49's, 270.910'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 234.794'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2404.531'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.235'MB/sec write SST data time = 0.04's, 976.781'MB/sec dict compress time = 2321379324.04's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 32415.677'MB/sec zip my value time = 0.49's, unzip length = 0.132'GB zip my value throughput = 270.910'MB/sec zip pipeline throughput = 270.910'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.78 avg-val = 1017.02 avg-zval = 313.12 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.78 avg-val = 1022.91 avg-zval = 313.12 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 108891 bytes = 367520 } seq expand size = 762237 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.0425 GB } UnZip/Zip{ index = 6.7504 value = 3.2480 dict = 1.00 all = 3.1563 } Zip/UnZip{ index = 0.1481 value = 0.3079 dict = 1.00 all = 0.3168 } ---------------------------- total value len = 0.132392 GB avg = 1.023 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.008861872 MB/sec (with seq num) write speed all = 0.008793893 MB/sec (without seq num) 2024/11/20-13:01:33.466944 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28416: 129427 keys, 42524069 bytes, temperature: kWarm 2024/11/20-13:01:33.467032 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078893466992, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28416, "file_size": 42524069, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 549754151, "table_properties": {"data_size": 40526288, "index_size": 230080, "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": 131629495, "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": 1732078892, "oldest_key_time": 0, "file_creation_time": 1732078892, "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": 28416, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:33.507191 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.sst) /dev/shm/ToplingTemp/Topling-210024-RNWm6e 2024/11/20-13:01:34.376190 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.sst): first pass time = 0.87's, 154.458'MB/sec 2024/11/20-13:01:34.960084 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.sst): old prealloc_size = 147639500, real_size = 40387136 2024/11/20-13:01:34.960213 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.74 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.05 2024/11/20-13:01:34.960273 140257819043392 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.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-13:01:35.114683 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028417.sst): second pass time = 0.58's, 225.840'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.15's, 270.168'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2290.955'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.283'MB/sec write SST data time = 0.04's, 1035.088'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47482.958'MB/sec zip my value time = 0.58's, unzip length = 0.132'GB zip my value throughput = 225.840'MB/sec zip pipeline throughput = 225.840'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.99 avg-zval = 310.05 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1017.30 avg-zval = 310.05 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5636 bytes = 18336 } seq expand size = 39452 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.0401 GB dict = 1.38 MB all = 0.0418 GB } UnZip/Zip{ index = 6.9081 value = 3.2801 dict = 1.00 all = 3.2130 } Zip/UnZip{ index = 0.1448 value = 0.3049 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 0.264061 GB avg = 1.020 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.017674313 MB/sec (with seq num) write speed all = 0.017538370 MB/sec (without seq num) 2024/11/20-13:01:35.202354 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28417: 129430 keys, 41773012 bytes, temperature: kWarm 2024/11/20-13:01:35.202396 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078895202373, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28417, "file_size": 41773012, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 549751538, "table_properties": {"data_size": 40129776, "index_size": 224832, "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": 131629361, "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": 1732078893, "oldest_key_time": 0, "file_creation_time": 1732078893, "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": 28417, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:35.239723 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.sst) /dev/shm/ToplingTemp/Topling-210024-TIO9yg 2024/11/20-13:01:35.740563 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.sst): first pass time = 0.50's, 268.005'MB/sec 2024/11/20-13:01:36.273707 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.sst): old prealloc_size = 147639500, real_size = 40363296 2024/11/20-13:01:36.273822 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129430 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 309.90 2024/11/20-13:01:36.273873 140257819043392 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.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-13:01:36.432884 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028418.sst): second pass time = 0.53's, 247.243'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.222'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2392.141'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.278'MB/sec write SST data time = 0.04's, 976.909'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34960.142'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 247.243'MB/sec zip pipeline throughput = 247.243'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.00 avg-zval = 309.90 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1017.08 avg-zval = 309.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 1570 bytes = 5120 } seq expand size = 10990 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.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0404 value = 3.2817 dict = 1.00 all = 3.2159 } Zip/UnZip{ index = 0.1420 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.395702 GB avg = 1.019 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.026483632 MB/sec (with seq num) write speed all = 0.026279734 MB/sec (without seq num) 2024/11/20-13:01:36.485196 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28418: 129430 keys, 41736033 bytes, temperature: kWarm 2024/11/20-13:01:36.485253 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078896485224, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28418, "file_size": 41736033, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 549752064, "table_properties": {"data_size": 40110160, "index_size": 220608, "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": 131630115, "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": 1732078895, "oldest_key_time": 0, "file_creation_time": 1732078895, "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": 28418, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:36.536172 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.sst) /dev/shm/ToplingTemp/Topling-210024-huV8gd 2024/11/20-13:01:37.407468 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.sst): first pass time = 0.87's, 154.057'MB/sec 2024/11/20-13:01:37.912799 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.sst): old prealloc_size = 147639500, real_size = 40363200 2024/11/20-13:01:37.912911 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.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.71 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 309.89 2024/11/20-13:01:37.912972 140257819043392 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.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-13:01:38.098955 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028419.sst): second pass time = 0.50's, 262.960'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 224.278'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2431.750'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.261'MB/sec write SST data time = 0.06's, 674.465'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 36848.444'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 262.960'MB/sec zip pipeline throughput = 262.960'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.00 avg-zval = 309.89 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.11 avg-zval = 309.89 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2102 bytes = 6848 } seq expand size = 14714 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.0401 GB dict = 1.38 MB all = 0.0417 GB } UnZip/Zip{ index = 7.0139 value = 3.2818 dict = 1.00 all = 3.2158 } Zip/UnZip{ index = 0.1426 value = 0.3047 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.527346 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517717 Billion total entry num = 0.000517717 Billion write speed all = 0.035290840 MB/sec (with seq num) write speed all = 0.035019006 MB/sec (without seq num) 2024/11/20-13:01:38.155796 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28419: 129430 keys, 41737580 bytes, temperature: kWarm 2024/11/20-13:01:38.155864 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078898155834, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28419, "file_size": 41737580, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 549753988, "table_properties": {"data_size": 40109232, "index_size": 221440, "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": 131629723, "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": 1732078896, "oldest_key_time": 0, "file_creation_time": 1732078896, "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": 28419, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:38.221371 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.sst) /dev/shm/ToplingTemp/Topling-210024-Gq0hag 2024/11/20-13:01:38.909403 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.sst): first pass time = 0.69's, 195.098'MB/sec 2024/11/20-13:01:39.453393 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.sst): old prealloc_size = 147639500, real_size = 40428208 2024/11/20-13:01:39.453516 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129426 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.0402 GB avg-val =1017.03 avg-zval = 310.41 2024/11/20-13:01:39.453584 140257819043392 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.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-13:01:39.681710 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028420.sst): second pass time = 0.54's, 242.361'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 183.246'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2382.369'MB/sec (index lex order gen) rebuild zvType time = 0.17's, 0.195'MB/sec write SST data time = 0.06's, 667.622'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 25772.210'MB/sec zip my value time = 0.54's, unzip length = 0.132'GB zip my value throughput = 242.361'MB/sec zip pipeline throughput = 242.361'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.71 avg-val = 1017.03 avg-zval = 310.41 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.71 avg-val = 1017.73 avg-zval = 310.41 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 12860 bytes = 40208 } seq expand size = 90020 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.0418 GB } UnZip/Zip{ index = 7.0361 value = 3.2764 dict = 1.00 all = 3.2082 } Zip/UnZip{ index = 0.1421 value = 0.3052 dict = 1.00 all = 0.3117 } ---------------------------- total value len = 0.659066 GB avg = 1.018 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.000647143 Billion total entry num = 0.000647143 Billion write speed all = 0.044101331 MB/sec (with seq num) write speed all = 0.043761575 MB/sec (without seq num) 2024/11/20-13:01:39.767830 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28420: 129426 keys, 41836048 bytes, temperature: kWarm 2024/11/20-13:01:39.767881 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078899767855, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28420, "file_size": 41836048, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 549754180, "table_properties": {"data_size": 40174944, "index_size": 220736, "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": 2588520, "raw_average_key_size": 20, "raw_value_size": 131630198, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129426, "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": 1732078898, "oldest_key_time": 0, "file_creation_time": 1732078898, "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": 28420, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:39.802686 140257819043392 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028421.sst) /dev/shm/ToplingTemp/Topling-210024-UwsJPd 2024/11/20-13:01:39.826616 140257819043392 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028421.sst): first pass time = 0.02's, 524.286'MB/sec 2024/11/20-13:01:39.921803 140257819043392 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028421.sst): old prealloc_size = 147639500, real_size = 3894040 2024/11/20-13:01:39.921860 140257819043392 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028421.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 12081 prefix = 4 raw-key = 0.0001 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.33 raw-val = 0.0123 GB zip-val = 0.0039 GB avg-val =1016.99 avg-zval = 321.73 2024/11/20-13:01:39.939062 140257819043392 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00/028421.sst): second pass time = 0.09's, 130.092'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.02's, 234.785'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 172.000'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.240'MB/sec write SST data time = 0.00's, 866.483'MB/sec dict compress time = 4499201457.80's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.127'MB, throughput = 3041.683'MB/sec zip my value time = 0.09's, unzip length = 0.012'GB zip my value throughput = 130.092'MB/sec zip pipeline throughput = 130.092'MB/sec entries = 12081 avg-key = 20.00 avg-zkey = 0.34 avg-val = 1016.99 avg-zval = 321.73 usrkeys = 12081 avg-key = 12.00 avg-zkey = 0.34 avg-val = 1023.99 avg-zval = 321.73 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 12081 bytes = 34752 } seq expand size = 84567 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0123 GB dict = 0.13 MB all = 0.0125 GB } __ZipSize{ index = 0.0000 GB value = 0.0039 GB dict = 0.13 MB all = 0.0041 GB } UnZip/Zip{ index = 35.3936 value = 3.1610 dict = 1.00 all = 3.0904 } Zip/UnZip{ index = 0.0283 value = 0.3164 dict = 1.00 all = 0.3236 } ---------------------------- total value len = 0.671437 GB avg = 1.019 KB (by entry num) total key len = 0.013184 GB avg = 0.020 KB total ukey len = 0.007911 GB avg = 0.012 KB total ukey num = 0.000659224 Billion total entry num = 0.000659224 Billion write speed all = 0.044928274 MB/sec (with seq num) write speed all = 0.044582181 MB/sec (without seq num) 2024/11/20-13:01:39.953952 140257819043392 [compaction_job.cc:1948] [default] [JOB 6378] Generated table #28421: 12081 keys, 4053826 bytes, temperature: kWarm 2024/11/20-13:01:39.954011 140257819043392 EVENT_LOG_v1 {"time_micros": 1732078899953981, "cf_name": "default", "job": 6378, "event": "table_file_creation", "file_number": 28421, "file_size": 4053826, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 542625902, "largest_seqno": 549754182, "table_properties": {"data_size": 3886784, "index_size": 4096, "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": 241620, "raw_average_key_size": 20, "raw_value_size": 12286200, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 12081, "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": 1732078899, "oldest_key_time": 0, "file_creation_time": 1732078899, "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": 28421, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-13:01:39.964631 140257819043392 [compaction_job.cc:703] job-06378: subcompact[0], size: 0.213661 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-06378/att-00 [028416,028417,028418,028419,028420,028421] 2024/11/20-13:01:40.025756 140257819043392 (Original Log Time 2024/11/20-13:01:31.656953) EVENT_LOG_v1 {"time_micros": 1732078891656910, "job": 6378, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [28382], "files_L3": [28401, 28402, 28301, 28302, 28303, 28408], "score": 0.781704, "input_data_size": 244368390, "oldest_snapshot_seqno": 549925322} 2024/11/20-13:01:40.025761 140257819043392 (Original Log Time 2024/11/20-13:01:40.017594) [compaction_job.cc:2022] [default] [JOB 6378] Compacted 1@2 + 6@3 files to L3 => 213660568 bytes 2024/11/20-13:01:40.025762 140257819043392 (Original Log Time 2024/11/20-13:01:40.025676) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 29.4 rd, 25.7 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.2, 201.8 +0.0 blob) out(203.8 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 685070, records dropped: 25846 output_compression: Snappy 2024/11/20-13:01:40.025766 140257819043392 (Original Log Time 2024/11/20-13:01:40.025731) EVENT_LOG_v1 {"time_micros": 1732078900025703, "cf": "default", "job": 6378, "event": "compaction_finished", "compaction_time_micros": 8307688, "compaction_time_cpu_micros": 2123599, "output_level": 3, "num_output_files": 6, "total_output_size": 213660568, "num_input_records": 685070, "num_output_records": 659224, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 168600987, "file_range_sync_nanos": 0, "file_fsync_nanos": 5018, "file_prepare_write_nanos": 11561, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-13:01:40.163002 140257819043392 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":1732078891,"executesMs":8499,"compactionJobId":6378,"attempt":0,"compactionInputRawBytes":710422739,"compactionInputZipBytes":244368390,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213660568,"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-ee5e59b7ff62f8b20101460c394de0ed-e8697bfd0334c42d-00"}}, response = 2024/11/20-13:01:40.163123 140257819043392 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-06378/att-00: olev 3, work 8.499 s, result 10.048 ms, install 8.191 ms, input{raw 677.512 MiB zip 233.048 MiB}