2024/11/21-00:52:03.992244 140008501057088 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00: fork to child time = 0.009256 sec 2024/11/21-00:52:03.992775 140008501057088 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00 2024/11/21-00:52:03.999463 140008501057088 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00 2024/11/21-00:52:04.001209 140008501057088 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/21-00:52:04.001441 140008501057088 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/21-00:52:04.045234 140008501057088 [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-23231/att-00/MANIFEST-049091 2024/11/21-00:52:04.109443 140008501057088 [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-23231/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 90138, last_sequence is 1372299242, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 89978 2024/11/21-00:52:04.109449 140008501057088 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/21-00:52:04.109519 140008501057088 [version_set.cc:5724] Creating manifest 90138 2024/11/21-00:52:04.141068 140008501057088 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/21-00:52:04.160941 140008501057088 [compaction_job.cc:2437] [default] [JOB 23231] Compacting 1@2 + 6@3 files to L3, score 1.00, subcompactions 1 : 1 2024/11/21-00:52:04.160951 140008501057088 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 17331 Base level 2, inputs: [90125(31MB)], [90134(40MB) 90135(512KB) 90048(40MB) 90049(40MB) 90050(40MB) 90051(40MB)] 2024/11/21-00:52:04.168202 140008501057088 [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/21-00:52:04.168226 140008501057088 [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/21-00:52:04.168246 140008501057088 [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/21-00:52:04.168254 140008501057088 [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/21-00:52:04.168263 140008501057088 [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/21-00:52:04.809386 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.sst) /dev/shm/ToplingTemp/Topling-1199310-oAe6zp 2024/11/21-00:52:05.002256 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.sst): first pass time = 0.19's, 696.051'MB/sec 2024/11/21-00:52:05.764325 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.sst): old prealloc_size = 147639500, real_size = 40881872 2024/11/21-00:52:05.764476 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1017.01 avg-zval = 313.90 2024/11/21-00:52:05.764660 140008501057088 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.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/21-00:52:05.952842 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090139.sst): second pass time = 0.76's, 172.941'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 225.883'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1801.384'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.233'MB/sec write SST data time = 0.05's, 860.703'MB/sec dict compress time = 4339280055.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26368.327'MB/sec zip my value time = 0.76's, unzip length = 0.132'GB zip my value throughput = 172.941'MB/sec zip pipeline throughput = 309.644'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 313.90 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1021.98 avg-zval = 313.90 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 92015 bytes = 333568 } seq expand size = 644105 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 = 6.9936 value = 3.2399 dict = 1.00 all = 3.1519 } Zip/UnZip{ index = 0.1430 value = 0.3086 dict = 1.00 all = 0.3173 } ---------------------------- total value len = 563.198006 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.321144005 Billion total entry num = 1.700646027 Billion write speed all = 24.792883287 MB/sec (with seq num) write speed all = 24.237651980 MB/sec (without seq num) 2024/11/21-00:52:06.004755 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90139: 129429 keys, 42582785 bytes, temperature: kWarm 2024/11/21-00:52:06.004846 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121526004804, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90139, "file_size": 42582785, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1372184003, "table_properties": {"data_size": 40627264, "index_size": 222080, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629965, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732121524, "oldest_key_time": 0, "file_creation_time": 1732121524, "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": 90139, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:06.043952 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.sst) /dev/shm/ToplingTemp/Topling-1199310-VTY0Nn 2024/11/21-00:52:06.621500 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.sst): first pass time = 0.58's, 232.418'MB/sec 2024/11/21-00:52:07.389586 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.sst): old prealloc_size = 147639500, real_size = 40562784 2024/11/21-00:52:07.389721 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129428 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.87 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.28 2024/11/21-00:52:07.389854 140008501057088 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.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/21-00:52:07.554440 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090140.sst): second pass time = 0.77's, 171.594'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.476'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2255.891'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.273'MB/sec write SST data time = 0.05's, 912.843'MB/sec dict compress time = 4339280055.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23784.398'MB/sec zip my value time = 0.77's, unzip length = 0.132'GB zip my value throughput = 171.594'MB/sec zip pipeline throughput = 271.086'MB/sec entries = 129428 avg-key = 20.00 avg-zkey = 1.87 avg-val = 1017.01 avg-zval = 311.28 usrkeys = 129428 avg-key = 12.00 avg-zkey = 1.87 avg-val = 1022.28 avg-zval = 311.28 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 97487 bytes = 353408 } seq expand size = 682409 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0423 GB } UnZip/Zip{ index = 6.4302 value = 3.2672 dict = 1.00 all = 3.1742 } Zip/UnZip{ index = 0.1555 value = 0.3061 dict = 1.00 all = 0.3150 } ---------------------------- total value len = 563.330319 GB avg = 0.331 KB (by entry num) total key len = 44.319583 GB avg = 0.026 KB total ukey len = 32.797248 GB avg = 0.014 KB total ukey num = 2.321273433 Billion total entry num = 1.700775455 Billion write speed all = 24.796767866 MB/sec (with seq num) write speed all = 24.241530595 MB/sec (without seq num) 2024/11/21-00:52:07.608074 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90140: 129428 keys, 42283923 bytes, temperature: kWarm 2024/11/21-00:52:07.608136 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121527608105, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90140, "file_size": 42283923, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1372180627, "table_properties": {"data_size": 40288720, "index_size": 241536, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588560, "raw_average_key_size": 20, "raw_value_size": 131629808, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129428, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732121526, "oldest_key_time": 0, "file_creation_time": 1732121526, "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": 90140, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:07.646153 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.sst) /dev/shm/ToplingTemp/Topling-1199310-7uoTGm 2024/11/21-00:52:08.162169 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.sst): first pass time = 0.52's, 260.124'MB/sec 2024/11/21-00:52:08.772304 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.sst): old prealloc_size = 147639500, real_size = 40546976 2024/11/21-00:52:08.772455 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129433 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.85 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.97 avg-zval = 311.16 2024/11/21-00:52:08.772612 140008501057088 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.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/21-00:52:08.953916 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090141.sst): second pass time = 0.60's, 220.513'MB/sec, value only(98.1% of KV) wait indexing time = 0.01's, remap KeyValue time = 0.18's, 232.526'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1956.172'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.246'MB/sec write SST data time = 0.05's, 847.031'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 = 34415.624'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 220.513'MB/sec zip pipeline throughput = 243.721'MB/sec entries = 129433 avg-key = 20.00 avg-zkey = 1.85 avg-val = 1016.97 avg-zval = 311.16 usrkeys = 129433 avg-key = 12.00 avg-zkey = 1.85 avg-val = 1021.62 avg-zval = 311.16 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 85858 bytes = 311248 } seq expand size = 601006 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0403 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.4803 value = 3.2683 dict = 1.00 all = 3.1786 } Zip/UnZip{ index = 0.1543 value = 0.3060 dict = 1.00 all = 0.3146 } ---------------------------- total value len = 563.462549 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.321402866 Billion total entry num = 1.700904888 Billion write speed all = 24.800853181 MB/sec (with seq num) write speed all = 24.245605365 MB/sec (without seq num) 2024/11/21-00:52:09.005323 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90141: 129433 keys, 42225907 bytes, temperature: kWarm 2024/11/21-00:52:09.005392 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121529005361, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90141, "file_size": 42225907, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1372181236, "table_properties": {"data_size": 40274768, "index_size": 239680, "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": 2588660, "raw_average_key_size": 20, "raw_value_size": 131629878, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129433, "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": 1732121527, "oldest_key_time": 0, "file_creation_time": 1732121527, "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": 90141, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:09.041383 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.sst) /dev/shm/ToplingTemp/Topling-1199310-7MKkZn 2024/11/21-00:52:09.609165 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.sst): first pass time = 0.57's, 236.409'MB/sec 2024/11/21-00:52:10.358525 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.sst): old prealloc_size = 147639500, real_size = 40593856 2024/11/21-00:52:10.358680 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.72 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1017.01 avg-zval = 311.66 2024/11/21-00:52:10.358802 140008501057088 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.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/21-00:52:10.540668 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090142.sst): second pass time = 0.75's, 175.852'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 231.363'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1887.166'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.240'MB/sec write SST data time = 0.05's, 896.296'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 = 22839.346'MB/sec zip my value time = 0.75's, unzip length = 0.132'GB zip my value throughput = 175.852'MB/sec zip pipeline throughput = 194.357'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.01 avg-zval = 311.66 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1019.63 avg-zval = 311.66 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 48571 bytes = 176080 } seq expand size = 339997 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.0403 GB dict = 1.38 MB all = 0.0421 GB } UnZip/Zip{ index = 6.9675 value = 3.2631 dict = 1.00 all = 3.1852 } Zip/UnZip{ index = 0.1435 value = 0.3065 dict = 1.00 all = 0.3139 } ---------------------------- total value len = 563.594520 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 = 24.804737837 MB/sec (with seq num) write speed all = 24.249483722 MB/sec (without seq num) 2024/11/21-00:52:10.594455 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90142: 129429 keys, 42137764 bytes, temperature: kWarm 2024/11/21-00:52:10.594526 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121530594493, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90142, "file_size": 42137764, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1372178111, "table_properties": {"data_size": 40338416, "index_size": 222912, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131630143, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732121529, "oldest_key_time": 0, "file_creation_time": 1732121529, "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": 90142, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:10.632014 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.sst) /dev/shm/ToplingTemp/Topling-1199310-rMKocp 2024/11/21-00:52:11.226274 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.sst): first pass time = 0.59's, 225.877'MB/sec 2024/11/21-00:52:11.950296 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.sst): old prealloc_size = 147639500, real_size = 41034816 2024/11/21-00:52:11.950458 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129429 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.70 raw-val = 0.1316 GB zip-val = 0.0408 GB avg-val =1017.00 avg-zval = 315.10 2024/11/21-00:52:11.950662 140008501057088 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.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/21-00:52:12.131706 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090143.sst): second pass time = 0.72's, 182.022'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 236.231'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1640.731'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.248'MB/sec write SST data time = 0.05's, 843.601'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 = 41913.636'MB/sec zip my value time = 0.72's, unzip length = 0.132'GB zip my value throughput = 182.022'MB/sec zip pipeline throughput = 237.325'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.00 avg-zval = 315.10 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1024.00 avg-zval = 315.10 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129429 bytes = 469200 } seq expand size = 906003 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0408 GB dict = 1.38 MB all = 0.0429 GB } UnZip/Zip{ index = 7.0731 value = 3.2276 dict = 1.00 all = 3.1321 } Zip/UnZip{ index = 0.1414 value = 0.3098 dict = 1.00 all = 0.3193 } ---------------------------- total value len = 563.727055 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.321661724 Billion total entry num = 1.701163746 Billion write speed all = 24.808640708 MB/sec (with seq num) write speed all = 24.253380391 MB/sec (without seq num) 2024/11/21-00:52:12.183524 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90143: 129429 keys, 42851695 bytes, temperature: kWarm 2024/11/21-00:52:12.183602 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121532183569, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90143, "file_size": 42851695, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980009580, "largest_seqno": 1372183850, "table_properties": {"data_size": 40782704, "index_size": 219584, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629205, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129429, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732121530, "oldest_key_time": 0, "file_creation_time": 1732121530, "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": 90143, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:12.223112 140008501057088 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090144.sst) /dev/shm/ToplingTemp/Topling-1199310-fBeOso 2024/11/21-00:52:12.231054 140008501057088 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090144.sst): first pass time = 0.01's, 319.092'MB/sec 2024/11/21-00:52:12.260266 140008501057088 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090144.sst): old prealloc_size = 147639500, real_size = 800512 2024/11/21-00:52:12.260316 140008501057088 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090144.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2431 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.26 raw-val = 0.0025 GB zip-val = 0.0008 GB avg-val =1016.97 avg-zval = 328.71 2024/11/21-00:52:12.263881 140008501057088 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00/090144.sst): second pass time = 0.03's, 86.619'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 232.570'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 27.868'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.254'MB/sec write SST data time = 0.00's, 700.481'MB/sec dict compress time = 0.00's, 27840.716'MB/sec z-dict build time = 0.00's, sample length = 0.030'MB, throughput = 1166.213'MB/sec zip my value time = 0.03's, unzip length = 0.002'GB zip my value throughput = 86.619'MB/sec zip pipeline throughput = 86.619'MB/sec entries = 2431 avg-key = 20.00 avg-zkey = 0.26 avg-val = 1016.97 avg-zval = 328.71 usrkeys = 2431 avg-key = 12.00 avg-zkey = 0.26 avg-val = 1023.97 avg-zval = 328.71 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2431 bytes = 8832 } seq expand size = 17017 multi value expand size = 0 cnt WriteAppend = 11 UnZipSize{ index = 0.0000 GB value = 0.0025 GB dict = 0.03 MB all = 0.0025 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0008 GB } UnZip/Zip{ index = 45.5812 value = 3.0938 dict = 1.00 all = 3.0034 } Zip/UnZip{ index = 0.0219 value = 0.3232 dict = 1.00 all = 0.3330 } ---------------------------- total value len = 563.729544 GB avg = 0.331 KB (by entry num) total key len = 44.327398 GB avg = 0.026 KB total ukey len = 32.801937 GB avg = 0.014 KB total ukey num = 2.321664155 Billion total entry num = 1.701166177 Billion write speed all = 24.808610461 MB/sec (with seq num) write speed all = 24.253352345 MB/sec (without seq num) 2024/11/21-00:52:12.277790 140008501057088 [compaction_job.cc:1948] [default] [JOB 23231] Generated table #90144: 2431 keys, 839332 bytes, temperature: kWarm 2024/11/21-00:52:12.277855 140008501057088 EVENT_LOG_v1 {"time_micros": 1732121532277824, "cf_name": "default", "job": 23231, "event": "table_file_creation", "file_number": 90144, "file_size": 839332, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 981537689, "largest_seqno": 1370714736, "table_properties": {"data_size": 799088, "index_size": 640, "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": 48620, "raw_average_key_size": 20, "raw_value_size": 2472253, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 2431, "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": 1732121532, "oldest_key_time": 0, "file_creation_time": 1732121532, "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": 90144, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/21-00:52:12.287251 140008501057088 [compaction_job.cc:703] job-23231: subcompact[0], size: 0.212921 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-23231/att-00 [090139,090140,090141,090142,090143,090144] 2024/11/21-00:52:12.343602 140008501057088 (Original Log Time 2024/11/21-00:52:04.160982) EVENT_LOG_v1 {"time_micros": 1732121524160959, "job": 23231, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [90125], "files_L3": [90134, 90135, 90048, 90049, 90050, 90051], "score": 0.999701, "input_data_size": 245334297, "oldest_snapshot_seqno": 1372299177} 2024/11/21-00:52:12.343605 140008501057088 (Original Log Time 2024/11/21-00:52:12.335313) [compaction_job.cc:2022] [default] [JOB 23231] Compacted 1@2 + 6@3 files to L3 => 212921406 bytes 2024/11/21-00:52:12.343607 140008501057088 (Original Log Time 2024/11/21-00:52:12.343524) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 30.2 rd, 26.2 wr, level 3, files in(1, 6) out(6 +0 blob) MB in(31.2, 202.8 +0.0 blob) out(203.1 +0.0 blob), read-write-amplify(14.0) write-amplify(6.5) OK, records in: 680629, records dropped: 31050 output_compression: Snappy 2024/11/21-00:52:12.343611 140008501057088 (Original Log Time 2024/11/21-00:52:12.343584) EVENT_LOG_v1 {"time_micros": 1732121532343549, "cf": "default", "job": 23231, "event": "compaction_finished", "compaction_time_micros": 8126281, "compaction_time_cpu_micros": 1886952, "output_level": 3, "num_output_files": 6, "total_output_size": 212921406, "num_input_records": 680629, "num_output_records": 649579, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 154475595, "file_range_sync_nanos": 0, "file_fsync_nanos": 5420, "file_prepare_write_nanos": 12211, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/21-00:52:12.488116 140008501057088 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":1732121523,"executesMs":8334,"compactionJobId":23231,"attempt":0,"compactionInputRawBytes":705810090,"compactionInputZipBytes":245334297,"compactionOutputRawBytes":0,"compactionOutputZipBytes":212921406,"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-c04818cf5cc546f5ab2970efba8b0d1c-8b0e03213ac064ab-00"}}, response = 2024/11/21-00:52:12.488212 140008501057088 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-23231/att-00: olev 3, work 8.335 s, result 8.016 ms, install 8.314 ms, input{raw 673.113 MiB zip 233.969 MiB}