2024/11/20-15:52:48.026290 140257911363136 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00: fork to child time = 0.008799 sec 2024/11/20-15:52:48.026998 140257911363136 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00 2024/11/20-15:52:48.034583 140257911363136 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00 2024/11/20-15:52:48.036238 140257911363136 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-15:52:48.036470 140257911363136 [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:52:48.080747 140257911363136 [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-14070/att-00/MANIFEST-019309 2024/11/20-15:52:48.097431 140257911363136 [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-14070/att-00/MANIFEST-019309 succeeded,manifest_file_number is 19309, next_file_number is 42230, last_sequence is 735626187, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 42035 2024/11/20-15:52:48.097441 140257911363136 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-15:52:48.097547 140257911363136 [version_set.cc:5724] Creating manifest 42230 2024/11/20-15:52:48.129603 140257911363136 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-15:52:48.157399 140257911363136 [compaction_job.cc:2437] [default] [JOB 14070] Compacting 1@2 + 7@3 files to L3, score 0.93, subcompactions 1 : 1 2024/11/20-15:52:48.157421 140257911363136 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 11157 Base level 2, inputs: [42194(31MB)], [42227(40MB) 42228(384KB) 42136(394KB) 42100(40MB) 42101(40MB) 42102(40MB) 42214(40MB)] 2024/11/20-15:52:48.166543 140257911363136 [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:52:48.166579 140257911363136 [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:52:48.166606 140257911363136 [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:52:48.166619 140257911363136 [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:52:48.166635 140257911363136 [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:52:48.810342 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.sst) /dev/shm/ToplingTemp/Topling-521880-jUrcKh 2024/11/20-15:52:48.980832 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.sst): first pass time = 0.17's, 787.432'MB/sec 2024/11/20-15:52:49.651941 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.sst): old prealloc_size = 147639500, real_size = 40870288 2024/11/20-15:52:49.652078 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.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.70 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.02 avg-zval = 313.82 2024/11/20-15:52:49.652222 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.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:52:49.809710 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042231.sst): second pass time = 0.67's, 196.371'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 269.779'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1864.992'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.04's, 1038.158'MB/sec dict compress time = 3832880149.24's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 39628.095'MB/sec zip my value time = 0.67's, unzip length = 0.132'GB zip my value throughput = 196.371'MB/sec zip pipeline throughput = 264.453'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.02 avg-zval = 313.82 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1022.11 avg-zval = 313.82 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 93977 bytes = 328928 } seq expand size = 657839 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0406 GB dict = 1.38 MB all = 0.0426 GB } UnZip/Zip{ index = 7.0463 value = 3.2407 dict = 1.00 all = 3.1531 } Zip/UnZip{ index = 0.1419 value = 0.3086 dict = 1.00 all = 0.3171 } ---------------------------- total value len = 0.132288 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.005287624 MB/sec (with seq num) write speed all = 0.005247032 MB/sec (without seq num) 2024/11/20-15:52:49.859914 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42231: 129427 keys, 42566994 bytes, temperature: kWarm 2024/11/20-15:52:49.859998 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089169859957, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42231, "file_size": 42566994, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 735277786, "table_properties": {"data_size": 40617344, "index_size": 220416, "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": 131630170, "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": 1732089168, "oldest_key_time": 0, "file_creation_time": 1732089168, "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": 42231, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:49.894032 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.sst) /dev/shm/ToplingTemp/Topling-521880-UK4Nvk 2024/11/20-15:52:50.430942 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.sst): first pass time = 0.54's, 250.003'MB/sec 2024/11/20-15:52:51.086832 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.sst): old prealloc_size = 147639500, real_size = 40510896 2024/11/20-15:52:51.086967 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.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 =1017.00 avg-zval = 310.90 2024/11/20-15:52:51.087070 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.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:52:51.243955 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042232.sst): second pass time = 0.66's, 200.915'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 267.706'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2138.711'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.283'MB/sec write SST data time = 0.04's, 989.609'MB/sec dict compress time = 3832880149.24's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 24499.787'MB/sec zip my value time = 0.66's, unzip length = 0.132'GB zip my value throughput = 200.915'MB/sec zip pipeline throughput = 380.285'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.84 avg-val = 1017.00 avg-zval = 310.90 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.84 avg-val = 1019.76 avg-zval = 310.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 51011 bytes = 178560 } seq expand size = 357077 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.0421 GB } UnZip/Zip{ index = 6.5149 value = 3.2711 dict = 1.00 all = 3.1914 } Zip/UnZip{ index = 0.1535 value = 0.3057 dict = 1.00 all = 0.3133 } ---------------------------- total value len = 0.264275 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.010562851 MB/sec (with seq num) write speed all = 0.010481671 MB/sec (without seq num) 2024/11/20-15:52:51.296266 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42232: 129430 keys, 42056888 bytes, temperature: kWarm 2024/11/20-15:52:51.296316 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089171296289, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42232, "file_size": 42056888, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 735275371, "table_properties": {"data_size": 40239968, "index_size": 238400, "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": 131629831, "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": 1732089169, "oldest_key_time": 0, "file_creation_time": 1732089169, "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": 42232, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:51.331699 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.sst) /dev/shm/ToplingTemp/Topling-521880-yrmKVj 2024/11/20-15:52:51.884249 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.sst): first pass time = 0.55's, 242.925'MB/sec 2024/11/20-15:52:52.798647 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.sst): old prealloc_size = 147639500, real_size = 40534688 2024/11/20-15:52:52.798762 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.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.89 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.00 avg-zval = 311.03 2024/11/20-15:52:52.798856 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.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:52:52.959710 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042233.sst): second pass time = 0.91's, 144.113'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 261.639'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2629.366'MB/sec (index lex order gen) rebuild zvType time = 0.11's, 0.282'MB/sec write SST data time = 0.05's, 911.765'MB/sec dict compress time = 2314885530.82's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 18447.350'MB/sec zip my value time = 0.91's, unzip length = 0.132'GB zip my value throughput = 144.113'MB/sec zip pipeline throughput = 328.715'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.89 avg-val = 1017.00 avg-zval = 311.03 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.89 avg-val = 1020.59 avg-zval = 311.03 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 66428 bytes = 232512 } seq expand size = 464996 multi value expand size = 0 cnt WriteAppend = 14 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.3363 value = 3.2697 dict = 1.00 all = 3.1854 } Zip/UnZip{ index = 0.1578 value = 0.3058 dict = 1.00 all = 0.3139 } ---------------------------- total value len = 0.396370 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.015841536 MB/sec (with seq num) write speed all = 0.015719774 MB/sec (without seq num) 2024/11/20-15:52:53.008438 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42233: 129430 keys, 42135147 bytes, temperature: kWarm 2024/11/20-15:52:53.008492 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089173008463, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42233, "file_size": 42135147, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 735277367, "table_properties": {"data_size": 40257040, "index_size": 245120, "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": 131629697, "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": 1732089171, "oldest_key_time": 0, "file_creation_time": 1732089171, "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": 42233, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:53.039793 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.sst) /dev/shm/ToplingTemp/Topling-521880-y2NTZj 2024/11/20-15:52:53.678754 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.sst): first pass time = 0.64's, 210.067'MB/sec 2024/11/20-15:52:54.207703 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.sst): old prealloc_size = 147639500, real_size = 40716032 2024/11/20-15:52:54.207842 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.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.07 avg-zval = 312.66 2024/11/20-15:52:54.207973 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.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:52:54.387181 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042234.sst): second pass time = 0.53's, 249.212'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 235.751'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1914.661'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.244'MB/sec write SST data time = 0.05's, 899.978'MB/sec dict compress time = 0.00's, 1377794.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 44020.384'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 249.212'MB/sec zip pipeline throughput = 249.212'MB/sec entries = 129420 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.07 avg-zval = 312.66 usrkeys = 129420 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1020.56 avg-zval = 312.66 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 64463 bytes = 225632 } seq expand size = 451241 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.2530 dict = 1.00 all = 3.1723 } Zip/UnZip{ index = 0.1414 value = 0.3074 dict = 1.00 all = 0.3152 } ---------------------------- total value len = 0.528450 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.021119189 MB/sec (with seq num) write speed all = 0.020956851 MB/sec (without seq num) 2024/11/20-15:52:54.437247 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42234: 129420 keys, 42309185 bytes, temperature: kWarm 2024/11/20-15:52:54.437308 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089174437278, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42234, "file_size": 42309185, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 735278485, "table_properties": {"data_size": 40463856, "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": 131629354, "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": 1732089173, "oldest_key_time": 0, "file_creation_time": 1732089173, "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": 42234, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:54.472078 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.sst) /dev/shm/ToplingTemp/Topling-521880-axnpZj 2024/11/20-15:52:55.037814 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.sst): first pass time = 0.57's, 237.262'MB/sec 2024/11/20-15:52:55.857201 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.sst): old prealloc_size = 147639500, real_size = 41003248 2024/11/20-15:52:55.857309 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129434 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.96 avg-zval = 314.78 2024/11/20-15:52:55.857451 140257911363136 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.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:52:56.015075 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042235.sst): second pass time = 0.82's, 160.790'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 271.159'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2547.367'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.280'MB/sec write SST data time = 0.04's, 1017.612'MB/sec dict compress time = 0.00's, 1378059.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 34695.209'MB/sec zip my value time = 0.82's, unzip length = 0.132'GB zip my value throughput = 160.790'MB/sec zip pipeline throughput = 223.574'MB/sec entries = 129434 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.96 avg-zval = 314.78 usrkeys = 129434 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.96 avg-zval = 314.78 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129434 bytes = 453040 } seq expand size = 906038 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.8382 value = 3.2307 dict = 1.00 all = 3.1357 } Zip/UnZip{ index = 0.1462 value = 0.3095 dict = 1.00 all = 0.3189 } ---------------------------- total value len = 0.660985 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.000647141 Billion total entry num = 0.000647141 Billion write speed all = 0.026413874 MB/sec (with seq num) write speed all = 0.026210963 MB/sec (without seq num) 2024/11/20-15:52:56.065541 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42235: 129434 keys, 42803722 bytes, temperature: kWarm 2024/11/20-15:52:56.065597 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089176065568, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42235, "file_size": 42803722, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 528731813, "largest_seqno": 735278489, "table_properties": {"data_size": 40743584, "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": 2588680, "raw_average_key_size": 20, "raw_value_size": 131629190, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129434, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732089174, "oldest_key_time": 0, "file_creation_time": 1732089174, "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": 42235, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:56.102831 140257911363136 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042236.sst) /dev/shm/ToplingTemp/Topling-521880-MneMUj 2024/11/20-15:52:56.111245 140257911363136 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042236.sst): first pass time = 0.01's, 440.836'MB/sec 2024/11/20-15:52:56.143283 140257911363136 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042236.sst): old prealloc_size = 147639500, real_size = 1171232 2024/11/20-15:52:56.143314 140257911363136 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042236.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 3563 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.25 raw-val = 0.0036 GB zip-val = 0.0012 GB avg-val =1017.09 avg-zval = 328.16 2024/11/20-15:52:56.149864 140257911363136 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00/042236.sst): second pass time = 0.03's, 114.850'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 186.080'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 46.064'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.173'MB/sec write SST data time = 0.00's, 871.574'MB/sec dict compress time = 0.00's, 39620.000'MB/sec z-dict build time = 0.00's, sample length = 0.040'MB, throughput = 1585.688'MB/sec zip my value time = 0.03's, unzip length = 0.004'GB zip my value throughput = 114.850'MB/sec zip pipeline throughput = 114.850'MB/sec entries = 3563 avg-key = 20.00 avg-zkey = 0.25 avg-val = 1017.09 avg-zval = 328.16 usrkeys = 3563 avg-key = 12.00 avg-zkey = 0.25 avg-val = 1024.09 avg-zval = 328.16 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 3563 bytes = 12480 } seq expand size = 24941 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0036 GB dict = 0.04 MB all = 0.0037 GB } __ZipSize{ index = 0.0000 GB value = 0.0012 GB dict = 0.04 MB all = 0.0012 GB } UnZip/Zip{ index = 47.7188 value = 3.0993 dict = 1.00 all = 3.0202 } Zip/UnZip{ index = 0.0210 value = 0.3227 dict = 1.00 all = 0.3311 } ---------------------------- total value len = 0.664634 GB avg = 1.021 KB (by entry num) total key len = 0.013014 GB avg = 0.020 KB total ukey len = 0.007808 GB avg = 0.012 KB total ukey num = 0.000650704 Billion total entry num = 0.000650704 Billion write speed all = 0.026559538 MB/sec (with seq num) write speed all = 0.026355511 MB/sec (without seq num) 2024/11/20-15:52:56.158772 140257911363136 [compaction_job.cc:1948] [default] [JOB 14070] Generated table #42236: 3563 keys, 1223493 bytes, temperature: kWarm 2024/11/20-15:52:56.158823 140257911363136 EVENT_LOG_v1 {"time_micros": 1732089176158798, "cf_name": "default", "job": 14070, "event": "table_file_creation", "file_number": 42236, "file_size": 1223493, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 543024383, "largest_seqno": 735278443, "table_properties": {"data_size": 1169248, "index_size": 896, "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": 71260, "raw_average_key_size": 20, "raw_value_size": 3623879, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 3563, "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": 1732089176, "oldest_key_time": 0, "file_creation_time": 1732089176, "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": 42236, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-15:52:56.210538 140257911363136 [compaction_job.cc:703] job-14070: subcompact[0], size: 0.213095 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-14070/att-00 [042231,042232,042233,042234,042235,042236] 2024/11/20-15:52:56.245715 140257911363136 (Original Log Time 2024/11/20-15:52:48.157501) EVENT_LOG_v1 {"time_micros": 1732089168157442, "job": 14070, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [42194], "files_L3": [42227, 42228, 42136, 42100, 42101, 42102, 42214], "score": 0.92558, "input_data_size": 245435947, "oldest_snapshot_seqno": 735626148} 2024/11/20-15:52:56.245718 140257911363136 (Original Log Time 2024/11/20-15:52:56.245100) [compaction_job.cc:2022] [default] [JOB 14070] Compacted 1@2 + 7@3 files to L3 => 213095429 bytes 2024/11/20-15:52:56.245719 140257911363136 (Original Log Time 2024/11/20-15:52:56.245655) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 30.5 rd, 26.5 wr, level 3, files in(1, 7) out(6 +0 blob) MB in(31.2, 202.8 +0.0 blob) out(203.2 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 681443, records dropped: 30739 output_compression: Snappy 2024/11/20-15:52:56.245723 140257911363136 (Original Log Time 2024/11/20-15:52:56.245700) EVENT_LOG_v1 {"time_micros": 1732089176245677, "cf": "default", "job": 14070, "event": "compaction_finished", "compaction_time_micros": 8053045, "compaction_time_cpu_micros": 1837278, "output_level": 3, "num_output_files": 6, "total_output_size": 213095429, "num_input_records": 681443, "num_output_records": 650704, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 140181596, "file_range_sync_nanos": 0, "file_fsync_nanos": 5174, "file_prepare_write_nanos": 14290, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-15:52:56.379428 140257911363136 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":1732089167,"executesMs":8212,"compactionJobId":14070,"attempt":0,"compactionInputRawBytes":706662872,"compactionInputZipBytes":245435947,"compactionOutputRawBytes":0,"compactionOutputZipBytes":213095429,"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-a94c2409c83fd32514a0d118cbf2e8a6-ec4081e2b883b3a1-00"}}, response = 2024/11/20-15:52:56.379545 140257911363136 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T12.20.00/.rocksdb/job-14070/att-00: olev 3, work 8.213 s, result 5.887 ms, install 0.640 ms, input{raw 673.926 MiB zip 234.066 MiB}