2024/11/20-20:13:48.048699 140008685696576 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00: fork to child time = 0.009236 sec 2024/11/20-20:13:48.049209 140008685696576 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00 2024/11/20-20:13:48.055599 140008685696576 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00 2024/11/20-20:13:48.057276 140008685696576 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:13:48.057490 140008685696576 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-20:13:48.102411 140008685696576 [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-09792/att-00/MANIFEST-049091 2024/11/20-20:13:48.157145 140008685696576 [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-09792/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 65163, last_sequence is 1063813577, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 65000 2024/11/20-20:13:48.157158 140008685696576 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:13:48.157232 140008685696576 [version_set.cc:5724] Creating manifest 65163 2024/11/20-20:13:48.189612 140008685696576 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:13:48.212238 140008685696576 [compaction_job.cc:2437] [default] [JOB 9792] Compacting 1@2 + 5@3 files to L3, score 0.84, subcompactions 1 : 1 2024/11/20-20:13:48.212253 140008685696576 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8485 Base level 2, inputs: [65158(31MB)], [65099(40MB) 65100(40MB) 65101(39MB) 65102(39MB) 65103(40MB)] 2024/11/20-20:13:48.227136 140008685696576 [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-20:13:48.227159 140008685696576 [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-20:13:48.227176 140008685696576 [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-20:13:48.227183 140008685696576 [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-20:13:48.227192 140008685696576 [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-20:13:48.855744 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.sst) /dev/shm/ToplingTemp/Topling-924884-RX0D4B 2024/11/20-20:13:49.119575 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.sst): first pass time = 0.26's, 508.843'MB/sec 2024/11/20-20:13:49.709560 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.sst): old prealloc_size = 147639500, real_size = 40939344 2024/11/20-20:13:49.709699 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.81 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.98 avg-zval = 314.24 2024/11/20-20:13:49.709866 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.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-20:13:49.874319 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065164.sst): second pass time = 0.59's, 223.479'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 259.409'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2050.923'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.272'MB/sec write SST data time = 0.05's, 938.475'MB/sec dict compress time = 3539893600.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44351.939'MB/sec zip my value time = 0.59's, unzip length = 0.132'GB zip my value throughput = 223.479'MB/sec zip pipeline throughput = 223.479'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.81 avg-val = 1016.98 avg-zval = 314.24 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.81 avg-val = 1023.98 avg-zval = 314.24 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129432 bytes = 453024 } seq expand size = 906024 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.0427 GB } UnZip/Zip{ index = 6.6217 value = 3.2364 dict = 1.00 all = 3.1404 } Zip/UnZip{ index = 0.1510 value = 0.3090 dict = 1.00 all = 0.3184 } ---------------------------- 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.321144008 Billion total entry num = 1.700646030 Billion write speed all = 77.811496349 MB/sec (with seq num) write speed all = 76.068925317 MB/sec (without seq num) 2024/11/20-20:13:49.925679 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65164: 129432 keys, 42739520 bytes, temperature: kWarm 2024/11/20-20:13:49.925771 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104829925730, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65164, "file_size": 42739520, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1063675799, "table_properties": {"data_size": 40672256, "index_size": 234560, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629950, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "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": 1732104828, "oldest_key_time": 0, "file_creation_time": 1732104828, "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": 65164, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:49.962814 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.sst) /dev/shm/ToplingTemp/Topling-924884-r6rDaz 2024/11/20-20:13:50.527344 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.sst): first pass time = 0.56's, 237.769'MB/sec 2024/11/20-20:13:51.030471 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.sst): old prealloc_size = 147639500, real_size = 40484608 2024/11/20-20:13:51.030603 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.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.86 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.68 2024/11/20-20:13:51.030691 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.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-20:13:51.199854 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065165.sst): second pass time = 0.50's, 261.995'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 247.860'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2485.053'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 806.973'MB/sec dict compress time = 3539893600.18's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44449.655'MB/sec zip my value time = 0.50's, unzip length = 0.132'GB zip my value throughput = 261.995'MB/sec zip pipeline throughput = 261.995'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.86 avg-val = 1016.99 avg-zval = 310.68 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.86 avg-val = 1018.88 avg-zval = 310.68 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 34949 bytes = 122336 } seq expand size = 244643 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.4406 value = 3.2735 dict = 1.00 all = 3.1976 } Zip/UnZip{ index = 0.1553 value = 0.3055 dict = 1.00 all = 0.3127 } ---------------------------- total value len = 563.330142 GB avg = 0.331 KB (by entry num) total key len = 44.319584 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273438 Billion total entry num = 1.700775460 Billion write speed all = 77.815507463 MB/sec (with seq num) write speed all = 76.073099626 MB/sec (without seq num) 2024/11/20-20:13:51.252014 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65165: 129430 keys, 41974877 bytes, temperature: kWarm 2024/11/20-20:13:51.252110 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104831252067, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65165, "file_size": 41974877, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1063672279, "table_properties": {"data_size": 40210928, "index_size": 241152, "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": 131629335, "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": 1732104829, "oldest_key_time": 0, "file_creation_time": 1732104829, "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": 65165, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:51.302078 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.sst) /dev/shm/ToplingTemp/Topling-924884-BY9EuA 2024/11/20-20:13:51.841320 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.sst): first pass time = 0.54's, 248.928'MB/sec 2024/11/20-20:13:52.476150 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.sst): old prealloc_size = 147639500, real_size = 40394032 2024/11/20-20:13:52.476310 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129425 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 310.13 2024/11/20-20:13:52.476391 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.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-20:13:52.705935 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065166.sst): second pass time = 0.63's, 207.625'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.23's, 181.859'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1740.091'MB/sec (index lex order gen) rebuild zvType time = 0.18's, 0.175'MB/sec write SST data time = 0.04's, 930.491'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 = 43448.207'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 207.625'MB/sec zip pipeline throughput = 257.889'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.03 avg-zval = 310.13 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.45 avg-zval = 310.13 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 7798 bytes = 26336 } seq expand size = 54586 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.9613 value = 3.2794 dict = 1.00 all = 3.2119 } Zip/UnZip{ index = 0.1437 value = 0.3049 dict = 1.00 all = 0.3113 } ---------------------------- total value len = 563.461826 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 = 77.817693666 MB/sec (with seq num) write speed all = 76.075489255 MB/sec (without seq num) 2024/11/20-20:13:52.757322 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65166: 129425 keys, 41787984 bytes, temperature: kWarm 2024/11/20-20:13:52.757390 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104832757359, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65166, "file_size": 41787984, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1063659590, "table_properties": {"data_size": 40138400, "index_size": 223104, "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": 2588500, "raw_average_key_size": 20, "raw_value_size": 131629351, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129425, "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": 1732104831, "oldest_key_time": 0, "file_creation_time": 1732104831, "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": 65166, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:52.792715 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.sst) /dev/shm/ToplingTemp/Topling-924884-GSgYAz 2024/11/20-20:13:53.295769 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.sst): first pass time = 0.50's, 266.830'MB/sec 2024/11/20-20:13:53.811529 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.sst): old prealloc_size = 147639500, real_size = 40448176 2024/11/20-20:13:53.811653 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129432 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.77 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.48 2024/11/20-20:13:53.811724 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.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-20:13:53.992224 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065167.sst): second pass time = 0.51's, 255.657'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 231.877'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2324.059'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.275'MB/sec write SST data time = 0.06's, 667.125'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 = 41332.014'MB/sec zip my value time = 0.51's, unzip length = 0.132'GB zip my value throughput = 255.657'MB/sec zip pipeline throughput = 255.657'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.98 avg-zval = 310.48 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.14 avg-zval = 310.48 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 21509 bytes = 75296 } seq expand size = 150563 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.0419 GB } UnZip/Zip{ index = 6.7619 value = 3.2755 dict = 1.00 all = 3.2039 } Zip/UnZip{ index = 0.1479 value = 0.3053 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.593606 GB avg = 0.331 KB (by entry num) total key len = 44.324761 GB avg = 0.026 KB total ukey len = 32.800354 GB avg = 0.014 KB total ukey num = 2.321532295 Billion total entry num = 1.701034317 Billion write speed all = 77.822081294 MB/sec (with seq num) write speed all = 76.080031202 MB/sec (without seq num) 2024/11/20-20:13:54.089809 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65167: 129432 keys, 41891679 bytes, temperature: kWarm 2024/11/20-20:13:54.089863 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104834089833, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65167, "file_size": 41891679, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1063675731, "table_properties": {"data_size": 40185952, "index_size": 229696, "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": 2588640, "raw_average_key_size": 20, "raw_value_size": 131629623, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "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": 1732104832, "oldest_key_time": 0, "file_creation_time": 1732104832, "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": 65167, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:54.140524 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.sst) /dev/shm/ToplingTemp/Topling-924884-aDtemz 2024/11/20-20:13:54.651976 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.sst): first pass time = 0.51's, 262.443'MB/sec 2024/11/20-20:13:55.185757 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.sst): old prealloc_size = 147639500, real_size = 40697024 2024/11/20-20:13:55.185903 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.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.70 raw-val = 0.1316 GB zip-val = 0.0404 GB avg-val =1017.03 avg-zval = 312.49 2024/11/20-20:13:55.186018 140008685696576 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.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-20:13:55.348643 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065168.sst): second pass time = 0.53's, 246.984'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 260.008'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1901.668'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.276'MB/sec write SST data time = 0.05's, 934.686'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 = 40970.427'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.984'MB/sec zip pipeline throughput = 246.984'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.03 avg-zval = 312.49 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.53 avg-zval = 312.49 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 83281 bytes = 281088 } seq expand size = 582967 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.0404 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 7.0422 value = 3.2546 dict = 1.00 all = 3.1695 } Zip/UnZip{ index = 0.1420 value = 0.3073 dict = 1.00 all = 0.3155 } ---------------------------- total value len = 563.725819 GB avg = 0.331 KB (by entry num) total key len = 44.327349 GB avg = 0.026 KB total ukey len = 32.801908 GB avg = 0.014 KB total ukey num = 2.321661721 Billion total entry num = 1.701163743 Billion write speed all = 77.825823783 MB/sec (with seq num) write speed all = 76.083943611 MB/sec (without seq num) 2024/11/20-20:13:55.399594 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65168: 129426 keys, 42346257 bytes, temperature: kWarm 2024/11/20-20:13:55.399666 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104835399634, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65168, "file_size": 42346257, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1063675707, "table_properties": {"data_size": 40443952, "index_size": 220544, "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": 131629642, "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": 1732104834, "oldest_key_time": 0, "file_creation_time": 1732104834, "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": 65168, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:55.438778 140008685696576 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065169.sst) /dev/shm/ToplingTemp/Topling-924884-2WyuBA 2024/11/20-20:13:55.448327 140008685696576 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065169.sst): first pass time = 0.01's, 409.378'MB/sec 2024/11/20-20:13:55.482288 140008685696576 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065169.sst): old prealloc_size = 147639500, real_size = 1224344 2024/11/20-20:13:55.482341 140008685696576 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065169.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 3749 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.37 raw-val = 0.0038 GB zip-val = 0.0012 GB avg-val =1016.95 avg-zval = 325.91 2024/11/20-20:13:55.489547 140008685696576 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00/065169.sst): second pass time = 0.03's, 114.733'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 177.264'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 43.316'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.169'MB/sec write SST data time = 0.00's, 785.417'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.042'MB, throughput = 1431.007'MB/sec zip my value time = 0.03's, unzip length = 0.004'GB zip my value throughput = 114.733'MB/sec zip pipeline throughput = 114.733'MB/sec entries = 3749 avg-key = 20.00 avg-zkey = 0.38 avg-val = 1016.95 avg-zval = 325.91 usrkeys = 3749 avg-key = 12.00 avg-zkey = 0.38 avg-val = 1023.95 avg-zval = 325.91 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 3749 bytes = 12672 } seq expand size = 26243 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0000 GB value = 0.0038 GB dict = 0.04 MB all = 0.0039 GB } __ZipSize{ index = 0.0000 GB value = 0.0012 GB dict = 0.04 MB all = 0.0013 GB } UnZip/Zip{ index = 31.9517 value = 3.1203 dict = 1.00 all = 3.0399 } Zip/UnZip{ index = 0.0313 value = 0.3205 dict = 1.00 all = 0.3290 } ---------------------------- total value len = 563.729658 GB avg = 0.331 KB (by entry num) total key len = 44.327424 GB avg = 0.026 KB total ukey len = 32.801953 GB avg = 0.014 KB total ukey num = 2.321665470 Billion total entry num = 1.701167492 Billion write speed all = 77.824921379 MB/sec (with seq num) write speed all = 76.083068777 MB/sec (without seq num) 2024/11/20-20:13:55.497575 140008685696576 [compaction_job.cc:1948] [default] [JOB 9792] Generated table #65169: 3749 keys, 1278832 bytes, temperature: kWarm 2024/11/20-20:13:55.497634 140008685696576 EVENT_LOG_v1 {"time_micros": 1732104835497605, "cf_name": "default", "job": 9792, "event": "table_file_creation", "file_number": 65169, "file_size": 1278832, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 981769050, "largest_seqno": 1062165290, "table_properties": {"data_size": 1221840, "index_size": 1408, "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": 74980, "raw_average_key_size": 20, "raw_value_size": 3812551, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 3749, "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": 1732104835, "oldest_key_time": 0, "file_creation_time": 1732104835, "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": 65169, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:55.513663 140008685696576 [compaction_job.cc:703] job-09792: subcompact[0], size: 0.212019 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09792/att-00 [065164,065165,065166,065167,065168,065169] 2024/11/20-20:13:55.552972 140008685696576 (Original Log Time 2024/11/20-20:13:48.212313) EVENT_LOG_v1 {"time_micros": 1732104828212269, "job": 9792, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [65158], "files_L3": [65099, 65100, 65101, 65102, 65103], "score": 0.841837, "input_data_size": 243479909, "oldest_snapshot_seqno": 1063813110} 2024/11/20-20:13:55.552977 140008685696576 (Original Log Time 2024/11/20-20:13:55.552278) [compaction_job.cc:2022] [default] [JOB 9792] Compacted 1@2 + 5@3 files to L3 => 212019149 bytes 2024/11/20-20:13:55.552978 140008685696576 (Original Log Time 2024/11/20-20:13:55.552899) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 33.3 rd, 29.0 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 201.0 +0.0 blob) out(202.2 +0.0 blob), read-write-amplify(13.9) write-amplify(6.5) OK, records in: 679107, records dropped: 28213 output_compression: Snappy 2024/11/20-20:13:55.552982 140008685696576 (Original Log Time 2024/11/20-20:13:55.552948) EVENT_LOG_v1 {"time_micros": 1732104835552924, "cf": "default", "job": 9792, "event": "compaction_finished", "compaction_time_micros": 7301361, "compaction_time_cpu_micros": 2051993, "output_level": 3, "num_output_files": 6, "total_output_size": 212019149, "num_input_records": 679107, "num_output_records": 650894, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 154385911, "file_range_sync_nanos": 0, "file_fsync_nanos": 6790, "file_prepare_write_nanos": 14459, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:13:55.708846 140008685696576 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":1732104828,"executesMs":7495,"compactionJobId":9792,"attempt":0,"compactionInputRawBytes":704236098,"compactionInputZipBytes":243479909,"compactionOutputRawBytes":0,"compactionOutputZipBytes":212019149,"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-10a25d4c6c195ed4ccd10656b25ede85-6f8a57b81241ce8a-00"}}, response = 2024/11/20-20:13:55.708940 140008685696576 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09792/att-00: olev 3, work 7.496 s, result 7.676 ms, install 0.722 ms, input{raw 671.612 MiB zip 232.201 MiB}