2024/11/20-20:31:32.068491 140008895514176 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00: fork to child time = 0.009455 sec 2024/11/20-20:31:32.069039 140008895514176 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00 2024/11/20-20:31:32.075776 140008895514176 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00 2024/11/20-20:31:32.077511 140008895514176 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-20:31:32.077758 140008895514176 [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:31:32.124666 140008895514176 [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-10896/att-00/MANIFEST-049091 2024/11/20-20:31:32.233614 140008895514176 [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-10896/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 67151, last_sequence is 1088679714, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 67057 2024/11/20-20:31:32.233640 140008895514176 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-20:31:32.233726 140008895514176 [version_set.cc:5724] Creating manifest 67151 2024/11/20-20:31:32.266728 140008895514176 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-20:31:32.288194 140008895514176 [compaction_job.cc:2437] [default] [JOB 10896] Compacting 1@2 + 5@3 files to L3, score 0.87, subcompactions 1 : 1 2024/11/20-20:31:32.288206 140008895514176 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 9194 Base level 2, inputs: [67143(31MB)], [67031(40MB) 67032(40MB) 67033(39MB) 67034(39MB) 67035(40MB)] 2024/11/20-20:31:32.295471 140008895514176 [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:31:32.295495 140008895514176 [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:31:32.295526 140008895514176 [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:31:32.295534 140008895514176 [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:31:32.295544 140008895514176 [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:31:32.882494 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.sst) /dev/shm/ToplingTemp/Topling-946504-zHqThn 2024/11/20-20:31:33.126831 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.sst): first pass time = 0.24's, 549.435'MB/sec 2024/11/20-20:31:33.686081 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.sst): old prealloc_size = 147639500, real_size = 40948096 2024/11/20-20:31:33.686190 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.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.74 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1016.99 avg-zval = 314.38 2024/11/20-20:31:33.686340 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.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:31:33.844360 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067152.sst): second pass time = 0.56's, 235.656'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 270.092'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2497.060'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.279'MB/sec write SST data time = 0.04's, 1008.403'MB/sec dict compress time = 3563587998.52's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 47185.865'MB/sec zip my value time = 0.56's, unzip length = 0.132'GB zip my value throughput = 235.656'MB/sec zip pipeline throughput = 235.656'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.74 avg-val = 1016.99 avg-zval = 314.38 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.74 avg-val = 1023.99 avg-zval = 314.38 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 129431 bytes = 453024 } seq expand size = 906017 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0407 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.8885 value = 3.2349 dict = 1.00 all = 3.1397 } Zip/UnZip{ index = 0.1452 value = 0.3091 dict = 1.00 all = 0.3185 } ---------------------------- 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.321144007 Billion total entry num = 1.700646029 Billion write speed all = 68.479462355 MB/sec (with seq num) write speed all = 66.945880136 MB/sec (without seq num) 2024/11/20-20:31:33.894744 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67152: 129431 keys, 42748511 bytes, temperature: kWarm 2024/11/20-20:31:33.894826 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105893894785, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67152, "file_size": 42748511, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 939479831, "largest_seqno": 1087749696, "table_properties": {"data_size": 40690096, "index_size": 225472, "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": 131629954, "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_Tag1-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732105892, "oldest_key_time": 0, "file_creation_time": 1732105892, "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": 67152, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:33.933516 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.sst) /dev/shm/ToplingTemp/Topling-946504-5r6rMn 2024/11/20-20:31:34.654975 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.sst): first pass time = 0.72's, 186.046'MB/sec 2024/11/20-20:31:35.391258 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.sst): old prealloc_size = 147639500, real_size = 40563504 2024/11/20-20:31:35.391426 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129431 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0003 GB avg-key = 8.00 avg-zkey = 1.98 raw-val = 0.1316 GB zip-val = 0.0403 GB avg-val =1016.98 avg-zval = 311.17 2024/11/20-20:31:35.391559 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.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:31:35.600630 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067153.sst): second pass time = 0.73's, 180.994'MB/sec, value only(98.1% of KV) wait indexing time = 0.01's, remap KeyValue time = 0.21's, 201.409'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1841.050'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.204'MB/sec write SST data time = 0.05's, 829.505'MB/sec dict compress time = 3563587998.52's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 42924.641'MB/sec zip my value time = 0.73's, unzip length = 0.132'GB zip my value throughput = 180.994'MB/sec zip pipeline throughput = 258.265'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.98 avg-val = 1016.98 avg-zval = 311.17 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.98 avg-val = 1020.62 avg-zval = 311.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 67285 bytes = 235520 } seq expand size = 470995 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.0003 GB value = 0.0403 GB dict = 1.38 MB all = 0.0422 GB } UnZip/Zip{ index = 6.0732 value = 3.2682 dict = 1.00 all = 3.1830 } Zip/UnZip{ index = 0.1647 value = 0.3060 dict = 1.00 all = 0.3142 } ---------------------------- total value len = 563.330368 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 = 68.481087502 MB/sec (with seq num) write speed all = 66.947692129 MB/sec (without seq num) 2024/11/20-20:31:35.707530 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67153: 129431 keys, 42167174 bytes, temperature: kWarm 2024/11/20-20:31:35.707591 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105895707555, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67153, "file_size": 42167174, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1087749167, "table_properties": {"data_size": 40275232, "index_size": 255744, "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": 131629154, "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": 1732105893, "oldest_key_time": 0, "file_creation_time": 1732105893, "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": 67153, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:35.749493 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.sst) /dev/shm/ToplingTemp/Topling-946504-zi79tq 2024/11/20-20:31:36.303464 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.sst): first pass time = 0.55's, 242.303'MB/sec 2024/11/20-20:31:37.109923 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.sst): old prealloc_size = 147639500, real_size = 40400240 2024/11/20-20:31:37.110087 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.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.73 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.04 avg-zval = 310.17 2024/11/20-20:31:37.110184 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.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:31:37.313187 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067154.sst): second pass time = 0.81's, 163.392'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.20's, 205.668'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1516.376'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.206'MB/sec write SST data time = 0.05's, 903.129'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 = 45197.186'MB/sec zip my value time = 0.81's, unzip length = 0.132'GB zip my value throughput = 163.392'MB/sec zip pipeline throughput = 327.123'MB/sec entries = 129425 avg-key = 20.00 avg-zkey = 1.73 avg-val = 1017.04 avg-zval = 310.17 usrkeys = 129425 avg-key = 12.00 avg-zkey = 1.73 avg-val = 1017.55 avg-zval = 310.17 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 9539 bytes = 33408 } seq expand size = 66773 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.9394 value = 3.2789 dict = 1.00 all = 3.2108 } Zip/UnZip{ index = 0.1441 value = 0.3050 dict = 1.00 all = 0.3114 } ---------------------------- total value len = 563.462065 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 = 68.483003826 MB/sec (with seq num) write speed all = 66.949787679 MB/sec (without seq num) 2024/11/20-20:31:37.364368 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67154: 129425 keys, 41801602 bytes, temperature: kWarm 2024/11/20-20:31:37.364465 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105897364418, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67154, "file_size": 41801602, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1087734442, "table_properties": {"data_size": 40143904, "index_size": 223808, "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": 131629780, "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": 1732105895, "oldest_key_time": 0, "file_creation_time": 1732105895, "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": 67154, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:37.418763 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.sst) /dev/shm/ToplingTemp/Topling-946504-AeZFlm 2024/11/20-20:31:38.182571 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.sst): first pass time = 0.76's, 175.736'MB/sec 2024/11/20-20:31:38.995104 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.sst): old prealloc_size = 147639500, real_size = 40446208 2024/11/20-20:31:38.995263 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.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.79 raw-val = 0.1316 GB zip-val = 0.0402 GB avg-val =1016.98 avg-zval = 310.45 2024/11/20-20:31:38.995358 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.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:31:39.173552 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067155.sst): second pass time = 0.81's, 162.169'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 234.826'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1735.639'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.270'MB/sec write SST data time = 0.06's, 717.948'MB/sec dict compress time = 4501090404.40's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 26792.116'MB/sec zip my value time = 0.81's, unzip length = 0.132'GB zip my value throughput = 162.169'MB/sec zip pipeline throughput = 183.423'MB/sec entries = 129432 avg-key = 20.00 avg-zkey = 1.79 avg-val = 1016.98 avg-zval = 310.45 usrkeys = 129432 avg-key = 12.00 avg-zkey = 1.79 avg-val = 1018.23 avg-zval = 310.45 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 23044 bytes = 80672 } seq expand size = 161308 multi value expand size = 0 cnt WriteAppend = 13 UnZipSize{ index = 0.0016 GB value = 0.1316 GB dict = 1.38 MB all = 0.1342 GB } __ZipSize{ index = 0.0002 GB value = 0.0402 GB dict = 1.38 MB all = 0.0419 GB } UnZip/Zip{ index = 6.7189 value = 3.2758 dict = 1.00 all = 3.2037 } Zip/UnZip{ index = 0.1488 value = 0.3053 dict = 1.00 all = 0.3121 } ---------------------------- total value len = 563.593856 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 = 68.483789945 MB/sec (with seq num) write speed all = 66.950778471 MB/sec (without seq num) 2024/11/20-20:31:39.227662 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67155: 129432 keys, 41894981 bytes, temperature: kWarm 2024/11/20-20:31:39.227760 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105899227712, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67155, "file_size": 41894981, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1087738977, "table_properties": {"data_size": 40182512, "index_size": 231168, "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": 131629947, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 129432, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732105897, "oldest_key_time": 0, "file_creation_time": 1732105897, "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": 67155, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:39.279570 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.sst) /dev/shm/ToplingTemp/Topling-946504-rfBfZm 2024/11/20-20:31:39.958726 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.sst): first pass time = 0.68's, 197.640'MB/sec 2024/11/20-20:31:40.692484 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.sst): old prealloc_size = 147639500, real_size = 40621200 2024/11/20-20:31:40.692655 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.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.0404 GB avg-val =1017.00 avg-zval = 311.89 2024/11/20-20:31:40.692796 140008895514176 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.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:31:40.873089 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067156.sst): second pass time = 0.73's, 179.640'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.18's, 233.681'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 1499.092'MB/sec (index lex order gen) rebuild zvType time = 0.13's, 0.247'MB/sec write SST data time = 0.05's, 852.243'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 = 41378.847'MB/sec zip my value time = 0.73's, unzip length = 0.132'GB zip my value throughput = 179.640'MB/sec zip pipeline throughput = 198.902'MB/sec entries = 129429 avg-key = 20.00 avg-zkey = 1.70 avg-val = 1017.00 avg-zval = 311.89 usrkeys = 129429 avg-key = 12.00 avg-zkey = 1.70 avg-val = 1020.24 avg-zval = 311.89 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 59892 bytes = 209632 } seq expand size = 419244 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.0422 GB } UnZip/Zip{ index = 7.0464 value = 3.2607 dict = 1.00 all = 3.1806 } Zip/UnZip{ index = 0.1419 value = 0.3067 dict = 1.00 all = 0.3144 } ---------------------------- total value len = 563.725905 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 = 68.485844942 MB/sec (with seq num) write speed all = 66.953010300 MB/sec (without seq num) 2024/11/20-20:31:40.924611 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67156: 129429 keys, 42198831 bytes, temperature: kWarm 2024/11/20-20:31:40.924709 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105900924663, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67156, "file_size": 42198831, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1087749541, "table_properties": {"data_size": 40368256, "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": 2588580, "raw_average_key_size": 20, "raw_value_size": 131629370, "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": 1732105899, "oldest_key_time": 0, "file_creation_time": 1732105899, "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": 67156, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:40.972387 140008895514176 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067157.sst) /dev/shm/ToplingTemp/Topling-946504-prLWso 2024/11/20-20:31:40.982792 140008895514176 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067157.sst): first pass time = 0.01's, 251.370'MB/sec 2024/11/20-20:31:41.013664 140008895514176 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067157.sst): old prealloc_size = 147639500, real_size = 821544 2024/11/20-20:31:41.013721 140008895514176 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067157.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 2509 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.37 raw-val = 0.0026 GB zip-val = 0.0008 GB avg-val =1017.27 avg-zval = 326.76 2024/11/20-20:31:41.018221 140008895514176 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00/067157.sst): second pass time = 0.03's, 84.726'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 189.774'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 26.740'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.217'MB/sec write SST data time = 0.00's, 533.832'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.032'MB, throughput = 1278.613'MB/sec zip my value time = 0.03's, unzip length = 0.003'GB zip my value throughput = 84.726'MB/sec zip pipeline throughput = 144.589'MB/sec entries = 2509 avg-key = 20.00 avg-zkey = 0.38 avg-val = 1017.27 avg-zval = 326.76 usrkeys = 2509 avg-key = 12.00 avg-zkey = 0.38 avg-val = 1024.27 avg-zval = 326.76 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 2509 bytes = 8480 } seq expand size = 17563 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0026 GB dict = 0.03 MB all = 0.0026 GB } __ZipSize{ index = 0.0000 GB value = 0.0008 GB dict = 0.03 MB all = 0.0009 GB } UnZip/Zip{ index = 31.3625 value = 3.1132 dict = 1.00 all = 3.0191 } Zip/UnZip{ index = 0.0319 value = 0.3212 dict = 1.00 all = 0.3312 } ---------------------------- total value len = 563.728475 GB avg = 0.331 KB (by entry num) total key len = 44.327399 GB avg = 0.026 KB total ukey len = 32.801938 GB avg = 0.014 KB total ukey num = 2.321664233 Billion total entry num = 1.701166255 Billion write speed all = 68.485020581 MB/sec (with seq num) write speed all = 66.952208734 MB/sec (without seq num) 2024/11/20-20:31:41.048353 140008895514176 [compaction_job.cc:1948] [default] [JOB 10896] Generated table #67157: 2509 keys, 862025 bytes, temperature: kWarm 2024/11/20-20:31:41.048439 140008895514176 EVENT_LOG_v1 {"time_micros": 1732105901048395, "cf_name": "default", "job": 10896, "event": "table_file_creation", "file_number": 67157, "file_size": 862025, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 963008889, "largest_seqno": 1086242139, "table_properties": {"data_size": 819840, "index_size": 960, "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": 50180, "raw_average_key_size": 20, "raw_value_size": 2552338, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 2509, "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": 1732105900, "oldest_key_time": 0, "file_creation_time": 1732105900, "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": 67157, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-20:31:41.058813 140008895514176 [compaction_job.cc:703] job-10896: subcompact[0], size: 0.211673 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-10896/att-00 [067152,067153,067154,067155,067156,067157] 2024/11/20-20:31:41.124752 140008895514176 (Original Log Time 2024/11/20-20:31:32.288265) EVENT_LOG_v1 {"time_micros": 1732105892288223, "job": 10896, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [67143], "files_L3": [67031, 67032, 67033, 67034, 67035], "score": 0.871038, "input_data_size": 243553235, "oldest_snapshot_seqno": 1088679183} 2024/11/20-20:31:41.124758 140008895514176 (Original Log Time 2024/11/20-20:31:41.123882) [compaction_job.cc:2022] [default] [JOB 10896] Compacted 1@2 + 5@3 files to L3 => 211673124 bytes 2024/11/20-20:31:41.124761 140008895514176 (Original Log Time 2024/11/20-20:31:41.124657) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 27.8 rd, 24.1 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 201.0 +0.0 blob) out(201.9 +0.0 blob), read-write-amplify(13.9) write-amplify(6.5) OK, records in: 679110, records dropped: 29453 output_compression: Snappy 2024/11/20-20:31:41.124768 140008895514176 (Original Log Time 2024/11/20-20:31:41.124726) EVENT_LOG_v1 {"time_micros": 1732105901124691, "cf": "default", "job": 10896, "event": "compaction_finished", "compaction_time_micros": 8770561, "compaction_time_cpu_micros": 2253718, "output_level": 3, "num_output_files": 6, "total_output_size": 211673124, "num_input_records": 679110, "num_output_records": 649657, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 158105468, "file_range_sync_nanos": 0, "file_fsync_nanos": 5868, "file_prepare_write_nanos": 12787, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-20:31:41.255915 140008895514176 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":1732105892,"executesMs":9046,"compactionJobId":10896,"attempt":0,"compactionInputRawBytes":704238168,"compactionInputZipBytes":243553235,"compactionOutputRawBytes":0,"compactionOutputZipBytes":211673124,"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-dbee9f6aad9d8c984bfbdda3ee9c879d-4f0d1df4e6ed1187-00"}}, response = 2024/11/20-20:31:41.256001 140008895514176 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-10896/att-00: olev 3, work 9.046 s, result 8.848 ms, install 0.907 ms, input{raw 671.614 MiB zip 232.270 MiB}