2024/11/20-20:12:57.629833 140008022672960 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00: fork to child time = 0.009671 sec 2024/11/20-20:12:57.630276 140008022672960 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00 2024/11/20-20:12:57.636517 140008022672960 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00 2024/11/20-20:12:57.638183 140008022672960 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:12:57.638374 140008022672960 [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:12:57.686795 140008022672960 [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-09749/att-00/MANIFEST-049091 2024/11/20-20:12:57.702352 140008022672960 [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-09749/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 65076, last_sequence is 1062603765, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 64949 2024/11/20-20:12:57.702358 140008022672960 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:12:57.702418 140008022672960 [version_set.cc:5724] Creating manifest 65076 2024/11/20-20:12:57.734899 140008022672960 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:12:57.752252 140008022672960 [compaction_job.cc:2437] [default] [JOB 9749] Compacting 1@2 + 5@3 files to L3, score 0.84, subcompactions 1 : 1 2024/11/20-20:12:57.752269 140008022672960 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 8456 Base level 2, inputs: [65028(31MB)], [64953(40MB) 64954(39MB) 64955(39MB) 64956(39MB) 65031(40MB)] 2024/11/20-20:12:57.761354 140008022672960 [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:12:57.761388 140008022672960 [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:12:57.761416 140008022672960 [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:12:57.761428 140008022672960 [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:12:57.761439 140008022672960 [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:12:58.496998 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.sst) /dev/shm/ToplingTemp/Topling-923867-kBr8aG 2024/11/20-20:12:58.680763 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.sst): first pass time = 0.18's, 730.545'MB/sec 2024/11/20-20:12:59.309093 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.sst): old prealloc_size = 147639500, real_size = 40938144 2024/11/20-20:12:59.309233 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.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.82 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.98 avg-zval = 314.22 2024/11/20-20:12:59.309397 140008022672960 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.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:12:59.608379 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065077.sst): second pass time = 0.63's, 209.771'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.30's, 142.808'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2032.639'MB/sec (index lex order gen) rebuild zvType time = 0.23's, 0.141'MB/sec write SST data time = 0.07's, 611.349'MB/sec dict compress time = 7598734087.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 48863.125'MB/sec zip my value time = 0.63's, unzip length = 0.132'GB zip my value throughput = 209.771'MB/sec zip pipeline throughput = 209.771'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.82 avg-val = 1016.98 avg-zval = 314.22 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.82 avg-val = 1023.98 avg-zval = 314.22 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129432 bytes = 453024 } seq expand size = 906024 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.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.5875 value = 3.2365 dict = 1.00 all = 3.1405 } Zip/UnZip{ index = 0.1518 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 = 78.315704046 MB/sec (with seq num) write speed all = 76.561841395 MB/sec (without seq num) 2024/11/20-20:12:59.663897 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65077: 129432 keys, 42738500 bytes, temperature: kWarm 2024/11/20-20:12:59.664010 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104779663950, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65077, "file_size": 42738500, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 908696188, "largest_seqno": 1062166782, "table_properties": {"data_size": 40669840, "index_size": 235776, "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": 131629702, "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": 1732104778, "oldest_key_time": 0, "file_creation_time": 1732104778, "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": 65077, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:12:59.706099 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.sst) /dev/shm/ToplingTemp/Topling-923867-p4d9uG 2024/11/20-20:13:00.352295 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.sst): first pass time = 0.65's, 207.717'MB/sec 2024/11/20-20:13:01.354523 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.sst): old prealloc_size = 147639500, real_size = 40475296 2024/11/20-20:13:01.354698 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.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.85 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.99 avg-zval = 310.62 2024/11/20-20:13:01.354813 140008022672960 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.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:01.540114 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065078.sst): second pass time = 1.00's, 131.492'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.19's, 226.066'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1643.052'MB/sec (index lex order gen) rebuild zvType time = 0.14's, 0.233'MB/sec write SST data time = 0.05's, 903.921'MB/sec dict compress time = 7598734087.10's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 41796.137'MB/sec zip my value time = 1.00's, unzip length = 0.132'GB zip my value throughput = 131.492'MB/sec zip pipeline throughput = 154.464'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.85 avg-val = 1016.99 avg-zval = 310.62 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.85 avg-val = 1018.74 avg-zval = 310.62 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 32383 bytes = 113360 } seq expand size = 226681 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.0402 GB dict = 1.38 MB all = 0.0420 GB } UnZip/Zip{ index = 6.4853 value = 3.2741 dict = 1.00 all = 3.1990 } Zip/UnZip{ index = 0.1542 value = 0.3054 dict = 1.00 all = 0.3126 } ---------------------------- total value len = 563.330124 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 = 78.313533379 MB/sec (with seq num) write speed all = 76.559973930 MB/sec (without seq num) 2024/11/20-20:13:01.594908 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65078: 129430 keys, 41956656 bytes, temperature: kWarm 2024/11/20-20:13:01.594968 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104781594938, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65078, "file_size": 41956656, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1062160270, "table_properties": {"data_size": 40203280, "index_size": 239488, "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": 131629191, "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": 1732104779, "oldest_key_time": 0, "file_creation_time": 1732104779, "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": 65078, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:01.632681 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.sst) /dev/shm/ToplingTemp/Topling-923867-Vp0mLI 2024/11/20-20:13:02.227308 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.sst): first pass time = 0.59's, 225.731'MB/sec 2024/11/20-20:13:02.761878 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.sst): old prealloc_size = 147639500, real_size = 40393968 2024/11/20-20:13:02.762015 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.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:02.762102 140008022672960 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.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:02.928987 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065079.sst): second pass time = 0.53's, 246.612'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.065'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2033.042'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.274'MB/sec write SST data time = 0.05's, 857.693'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 = 42447.361'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.612'MB/sec zip pipeline throughput = 246.612'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 = 7720 bytes = 26064 } seq expand size = 54040 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.461807 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 = 78.316819769 MB/sec (with seq num) write speed all = 76.563440729 MB/sec (without seq num) 2024/11/20-20:13:02.984209 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65079: 129425 keys, 41787441 bytes, temperature: kWarm 2024/11/20-20:13:02.984277 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104782984245, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65079, "file_size": 41787441, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1062159848, "table_properties": {"data_size": 40138336, "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": 131629403, "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": 1732104781, "oldest_key_time": 0, "file_creation_time": 1732104781, "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": 65079, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:03.021738 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.sst) /dev/shm/ToplingTemp/Topling-923867-Fue6IE 2024/11/20-20:13:03.533567 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.sst): first pass time = 0.51's, 262.252'MB/sec 2024/11/20-20:13:04.540250 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.sst): old prealloc_size = 147639500, real_size = 40446768 2024/11/20-20:13:04.540394 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 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.47 2024/11/20-20:13:04.540471 140008022672960 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.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:04.700002 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065080.sst): second pass time = 1.01's, 130.878'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 262.219'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2195.409'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.04's, 956.356'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 = 33870.656'MB/sec zip my value time = 1.01's, unzip length = 0.132'GB zip my value throughput = 130.878'MB/sec zip pipeline throughput = 222.315'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.77 avg-val = 1016.98 avg-zval = 310.47 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.77 avg-val = 1018.14 avg-zval = 310.47 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 21369 bytes = 74800 } seq expand size = 149583 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.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7694 value = 3.2756 dict = 1.00 all = 3.2041 } Zip/UnZip{ index = 0.1477 value = 0.3053 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.593586 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.321532294 Billion total entry num = 1.701034316 Billion write speed all = 78.316261593 MB/sec (with seq num) write speed all = 76.563149200 MB/sec (without seq num) 2024/11/20-20:13:04.752369 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65080: 129431 keys, 41889492 bytes, temperature: kWarm 2024/11/20-20:13:04.752438 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104784752406, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65080, "file_size": 41889492, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1062165813, "table_properties": {"data_size": 40184800, "index_size": 229440, "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": 2588620, "raw_average_key_size": 20, "raw_value_size": 131629151, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129431, "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": 1732104783, "oldest_key_time": 0, "file_creation_time": 1732104783, "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": 65080, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:04.789897 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.sst) /dev/shm/ToplingTemp/Topling-923867-dV0YfF 2024/11/20-20:13:05.343407 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.sst): first pass time = 0.55's, 242.505'MB/sec 2024/11/20-20:13:05.917956 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.sst): old prealloc_size = 147639500, real_size = 40700272 2024/11/20-20:13:05.918091 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.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.51 2024/11/20-20:13:05.918204 140008022672960 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.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:06.078815 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065081.sst): second pass time = 0.57's, 229.400'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 263.342'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2008.744'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.04's, 960.318'MB/sec dict compress time = 0.00's, 1378651.000'MB/sec z-dict build time = 0.00's, sample length = 1.379'MB, throughput = 26050.129'MB/sec zip my value time = 0.57's, unzip length = 0.132'GB zip my value throughput = 229.400'MB/sec zip pipeline throughput = 229.400'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.03 avg-zval = 312.51 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1021.62 avg-zval = 312.51 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 84877 bytes = 286480 } seq expand size = 594139 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.0424 GB } UnZip/Zip{ index = 7.0422 value = 3.2544 dict = 1.00 all = 3.1689 } Zip/UnZip{ index = 0.1420 value = 0.3073 dict = 1.00 all = 0.3156 } ---------------------------- total value len = 563.725810 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.321661720 Billion total entry num = 1.701163742 Billion write speed all = 78.319717267 MB/sec (with seq num) write speed all = 76.566782855 MB/sec (without seq num) 2024/11/20-20:13:06.131446 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65081: 129426 keys, 42355098 bytes, temperature: kWarm 2024/11/20-20:13:06.131516 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104786131477, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65081, "file_size": 42355098, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1062167907, "table_properties": {"data_size": 40447200, "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": 131629633, "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": 1732104784, "oldest_key_time": 0, "file_creation_time": 1732104784, "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": 65081, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:06.164917 140008022672960 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065082.sst) /dev/shm/ToplingTemp/Topling-923867-iPYW1E 2024/11/20-20:13:06.174922 140008022672960 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065082.sst): first pass time = 0.01's, 438.355'MB/sec 2024/11/20-20:13:06.209693 140008022672960 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065082.sst): old prealloc_size = 147639500, real_size = 1374336 2024/11/20-20:13:06.209731 140008022672960 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065082.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 4215 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.36 raw-val = 0.0043 GB zip-val = 0.0014 GB avg-val =1016.85 avg-zval = 325.41 2024/11/20-20:13:06.216879 140008022672960 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00/065082.sst): second pass time = 0.03's, 124.827'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.01's, 200.053'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 64.579'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 0.182'MB/sec write SST data time = 0.00's, 1061.598'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.045'MB, throughput = 2046.740'MB/sec zip my value time = 0.03's, unzip length = 0.004'GB zip my value throughput = 124.827'MB/sec zip pipeline throughput = 124.827'MB/sec entries = 4215 avg-key = 20.00 avg-zkey = 0.36 avg-val = 1016.85 avg-zval = 325.41 usrkeys = 4215 avg-key = 12.00 avg-zkey = 0.36 avg-val = 1023.85 avg-zval = 325.41 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 4215 bytes = 14240 } seq expand size = 29505 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0001 GB value = 0.0043 GB dict = 0.04 MB all = 0.0044 GB } __ZipSize{ index = 0.0000 GB value = 0.0014 GB dict = 0.04 MB all = 0.0014 GB } UnZip/Zip{ index = 32.9297 value = 3.1249 dict = 1.00 all = 3.0489 } Zip/UnZip{ index = 0.0304 value = 0.3200 dict = 1.00 all = 0.3280 } ---------------------------- total value len = 563.730125 GB avg = 0.331 KB (by entry num) total key len = 44.327434 GB avg = 0.026 KB total ukey len = 32.801958 GB avg = 0.014 KB total ukey num = 2.321665935 Billion total entry num = 1.701167957 Billion write speed all = 78.318891115 MB/sec (with seq num) write speed all = 76.565983535 MB/sec (without seq num) 2024/11/20-20:13:06.226358 140008022672960 [compaction_job.cc:1948] [default] [JOB 9749] Generated table #65082: 4215 keys, 1433430 bytes, temperature: kWarm 2024/11/20-20:13:06.226406 140008022672960 EVENT_LOG_v1 {"time_micros": 1732104786226379, "cf_name": "default", "job": 9749, "event": "table_file_creation", "file_number": 65082, "file_size": 1433430, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 981480274, "largest_seqno": 1062167463, "table_properties": {"data_size": 1371584, "index_size": 1536, "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": 84300, "raw_average_key_size": 20, "raw_value_size": 4286025, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 4215, "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": 1732104786, "oldest_key_time": 0, "file_creation_time": 1732104786, "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": 65082, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:13:06.234870 140008022672960 [compaction_job.cc:703] job-09749: subcompact[0], size: 0.212161 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-09749/att-00 [065077,065078,065079,065080,065081,065082] 2024/11/20-20:13:06.277466 140008022672960 (Original Log Time 2024/11/20-20:12:57.752347) EVENT_LOG_v1 {"time_micros": 1732104777752290, "job": 9749, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [65028], "files_L3": [64953, 64954, 64955, 64956, 65031], "score": 0.839346, "input_data_size": 243466953, "oldest_snapshot_seqno": 1062602898} 2024/11/20-20:13:06.277469 140008022672960 (Original Log Time 2024/11/20-20:13:06.273394) [compaction_job.cc:2022] [default] [JOB 9749] Compacted 1@2 + 5@3 files to L3 => 212160617 bytes 2024/11/20-20:13:06.277471 140008022672960 (Original Log Time 2024/11/20-20:13:06.277406) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 28.7 rd, 25.0 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 201.0 +0.0 blob) out(202.3 +0.0 blob), read-write-amplify(13.9) write-amplify(6.5) OK, records in: 679108, records dropped: 27749 output_compression: Snappy 2024/11/20-20:13:06.277475 140008022672960 (Original Log Time 2024/11/20-20:13:06.277451) EVENT_LOG_v1 {"time_micros": 1732104786277428, "cf": "default", "job": 9749, "event": "compaction_finished", "compaction_time_micros": 8482526, "compaction_time_cpu_micros": 1954088, "output_level": 3, "num_output_files": 6, "total_output_size": 212160617, "num_input_records": 679108, "num_output_records": 651359, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 199346013, "file_range_sync_nanos": 0, "file_fsync_nanos": 5606, "file_prepare_write_nanos": 12178, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:13:06.416911 140008022672960 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":1732104777,"executesMs":8637,"compactionJobId":9749,"attempt":0,"compactionInputRawBytes":704237525,"compactionInputZipBytes":243466953,"compactionOutputRawBytes":0,"compactionOutputZipBytes":212160617,"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-88cdd9ca5ab41b3864cba6f776a2d5c1-1c3aaecebffade46-00"}}, response = 2024/11/20-20:13:06.416990 140008022672960 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-09749/att-00: olev 3, work 8.637 s, result 5.925 ms, install 4.095 ms, input{raw 671.613 MiB zip 232.188 MiB}