2024/11/20-19:48:45.587618 140008509449792 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00: fork to child time = 0.009144 sec 2024/11/20-19:48:45.588168 140008509449792 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00 2024/11/20-19:48:45.594691 140008509449792 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00 2024/11/20-19:48:45.596352 140008509449792 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-19:48:45.596598 140008509449792 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-19:48:45.646684 140008509449792 [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-08726/att-00/MANIFEST-049091 2024/11/20-19:48:45.712709 140008509449792 [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-08726/att-00/MANIFEST-049091 succeeded,manifest_file_number is 49091, next_file_number is 63118, last_sequence is 1036865397, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 62943 2024/11/20-19:48:45.712727 140008509449792 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-19:48:45.712825 140008509449792 [version_set.cc:5724] Creating manifest 63118 2024/11/20-19:48:45.744039 140008509449792 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00: bottommost_level: fake = 1, rpc = 0 2024/11/20-19:48:45.763010 140008509449792 [compaction_job.cc:2437] [default] [JOB 8726] Compacting 1@2 + 5@3 files to L3, score 0.82, subcompactions 1 : 1 2024/11/20-19:48:45.763032 140008509449792 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 7762 Base level 2, inputs: [63101(31MB)], [62988(40MB) 62989(39MB) 62990(39MB) 62991(39MB) 62997(40MB)] 2024/11/20-19:48:45.773660 140008509449792 [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-19:48:45.773695 140008509449792 [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-19:48:45.773724 140008509449792 [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-19:48:45.773736 140008509449792 [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-19:48:45.773749 140008509449792 [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-19:48:46.591693 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.sst) /dev/shm/ToplingTemp/Topling-902423-YMe0Db 2024/11/20-19:48:46.784002 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.sst): first pass time = 0.19's, 698.064'MB/sec 2024/11/20-19:48:47.383118 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.sst): old prealloc_size = 147639500, real_size = 40912992 2024/11/20-19:48:47.383258 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.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.92 raw-val = 0.1316 GB zip-val = 0.0406 GB avg-val =1016.99 avg-zval = 313.93 2024/11/20-19:48:47.383418 140008509449792 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.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-19:48:47.553495 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063119.sst): second pass time = 0.60's, 220.017'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.613'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2161.107'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.268'MB/sec write SST data time = 0.05's, 860.321'MB/sec dict compress time = 2322300934.73's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 23350.122'MB/sec zip my value time = 0.60's, unzip length = 0.132'GB zip my value throughput = 220.017'MB/sec zip pipeline throughput = 220.017'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.92 avg-val = 1016.99 avg-zval = 313.93 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.92 avg-val = 1023.69 avg-zval = 313.93 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 123799 bytes = 417840 } seq expand size = 866593 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.0406 GB dict = 1.38 MB all = 0.0427 GB } UnZip/Zip{ index = 6.2418 value = 3.2396 dict = 1.00 all = 3.1434 } Zip/UnZip{ index = 0.1602 value = 0.3087 dict = 1.00 all = 0.3181 } ---------------------------- total value len = 0.132497 GB avg = 1.024 KB (by entry num) total key len = 0.002589 GB avg = 0.020 KB total ukey len = 0.001553 GB avg = 0.012 KB total ukey num = 0.000129431 Billion total entry num = 0.000129431 Billion write speed all = 0.003405593 MB/sec (with seq num) write speed all = 0.003379489 MB/sec (without seq num) 2024/11/20-19:48:47.605732 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63119: 129431 keys, 42698822 bytes, temperature: kWarm 2024/11/20-19:48:47.605825 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103327605782, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63119, "file_size": 42698822, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1036674437, "table_properties": {"data_size": 40631632, "index_size": 248832, "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": 131630065, "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": 1732103326, "oldest_key_time": 0, "file_creation_time": 1732103326, "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": 63119, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:47.657356 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.sst) /dev/shm/ToplingTemp/Topling-902423-ht527c 2024/11/20-19:48:48.223127 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.sst): first pass time = 0.57's, 237.250'MB/sec 2024/11/20-19:48:48.900339 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.sst): old prealloc_size = 147639500, real_size = 40379248 2024/11/20-19:48:48.900471 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.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.72 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.00 avg-zval = 310.01 2024/11/20-19:48:48.900529 140008509449792 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.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-19:48:49.062900 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063120.sst): second pass time = 0.68's, 194.565'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.16's, 256.946'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2200.408'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.277'MB/sec write SST data time = 0.05's, 917.997'MB/sec dict compress time = 2322300934.73's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 1.378'MB, throughput = 27780.737'MB/sec zip my value time = 0.68's, unzip length = 0.132'GB zip my value throughput = 194.565'MB/sec zip pipeline throughput = 226.292'MB/sec entries = 129430 avg-key = 20.00 avg-zkey = 1.72 avg-val = 1017.00 avg-zval = 310.01 usrkeys = 129430 avg-key = 12.00 avg-zkey = 1.72 avg-val = 1017.29 avg-zval = 310.01 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 5367 bytes = 18128 } seq expand size = 37569 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.9877 value = 3.2805 dict = 1.00 all = 3.2137 } Zip/UnZip{ index = 0.1431 value = 0.3048 dict = 1.00 all = 0.3112 } ---------------------------- total value len = 0.264164 GB avg = 1.020 KB (by entry num) total key len = 0.005177 GB avg = 0.020 KB total ukey len = 0.003106 GB avg = 0.012 KB total ukey num = 0.000258861 Billion total entry num = 0.000258861 Billion write speed all = 0.006790029 MB/sec (with seq num) write speed all = 0.006737822 MB/sec (without seq num) 2024/11/20-19:48:49.119920 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63120: 129430 keys, 41764940 bytes, temperature: kWarm 2024/11/20-19:48:49.120003 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103329119958, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63120, "file_size": 41764940, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1036674320, "table_properties": {"data_size": 40124448, "index_size": 222272, "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": 131630137, "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": 1732103327, "oldest_key_time": 0, "file_creation_time": 1732103327, "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": 63120, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:49.171310 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.sst) /dev/shm/ToplingTemp/Topling-902423-2xIvne 2024/11/20-19:48:49.894451 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.sst): first pass time = 0.72's, 185.621'MB/sec 2024/11/20-19:48:50.443149 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.sst): old prealloc_size = 147639500, real_size = 40367168 2024/11/20-19:48:50.443264 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.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.69 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1017.03 avg-zval = 309.95 2024/11/20-19:48:50.443319 140008509449792 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.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-19:48:50.609653 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063121.sst): second pass time = 0.55's, 240.218'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 250.732'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2240.517'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.04's, 935.312'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 = 25405.794'MB/sec zip my value time = 0.55's, unzip length = 0.132'GB zip my value throughput = 240.218'MB/sec zip pipeline throughput = 240.218'MB/sec entries = 129426 avg-key = 20.00 avg-zkey = 1.69 avg-val = 1017.03 avg-zval = 309.95 usrkeys = 129426 avg-key = 12.00 avg-zkey = 1.69 avg-val = 1017.15 avg-zval = 309.95 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 2222 bytes = 7520 } seq expand size = 15554 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.0417 GB } UnZip/Zip{ index = 7.0874 value = 3.2813 dict = 1.00 all = 3.2154 } Zip/UnZip{ index = 0.1411 value = 0.3048 dict = 1.00 all = 0.3110 } ---------------------------- total value len = 0.395810 GB avg = 1.019 KB (by entry num) total key len = 0.007766 GB avg = 0.020 KB total ukey len = 0.004659 GB avg = 0.012 KB total ukey num = 0.000388287 Billion total entry num = 0.000388287 Billion write speed all = 0.010173632 MB/sec (with seq num) write speed all = 0.010095326 MB/sec (without seq num) 2024/11/20-19:48:50.662752 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63121: 129426 keys, 41742908 bytes, temperature: kWarm 2024/11/20-19:48:50.662817 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103330662788, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63121, "file_size": 41742908, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1036564878, "table_properties": {"data_size": 40115504, "index_size": 219136, "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": 131629804, "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": 1732103329, "oldest_key_time": 0, "file_creation_time": 1732103329, "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": 63121, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:50.700184 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.sst) /dev/shm/ToplingTemp/Topling-902423-7D9mXb 2024/11/20-19:48:51.218647 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.sst): first pass time = 0.52's, 258.901'MB/sec 2024/11/20-19:48:51.753247 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.sst): old prealloc_size = 147639500, real_size = 40406016 2024/11/20-19:48:51.753382 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.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.75 raw-val = 0.1316 GB zip-val = 0.0401 GB avg-val =1016.99 avg-zval = 310.18 2024/11/20-19:48:51.753446 140008509449792 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.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-19:48:51.975991 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063122.sst): second pass time = 0.53's, 246.613'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.22's, 187.753'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2050.285'MB/sec (index lex order gen) rebuild zvType time = 0.16's, 0.203'MB/sec write SST data time = 0.06's, 658.658'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 = 42023.600'MB/sec zip my value time = 0.53's, unzip length = 0.132'GB zip my value throughput = 246.613'MB/sec zip pipeline throughput = 246.613'MB/sec entries = 129431 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1016.99 avg-zval = 310.18 usrkeys = 129431 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1017.61 avg-zval = 310.18 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 11520 bytes = 38896 } seq expand size = 80640 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.8439 value = 3.2787 dict = 1.00 all = 3.2100 } Zip/UnZip{ index = 0.1461 value = 0.3050 dict = 1.00 all = 0.3115 } ---------------------------- total value len = 0.527520 GB avg = 1.019 KB (by entry num) total key len = 0.010354 GB avg = 0.020 KB total ukey len = 0.006213 GB avg = 0.012 KB total ukey num = 0.000517718 Billion total entry num = 0.000517718 Billion write speed all = 0.013558669 MB/sec (with seq num) write speed all = 0.013454264 MB/sec (without seq num) 2024/11/20-19:48:52.026622 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63122: 129431 keys, 41812871 bytes, temperature: kWarm 2024/11/20-19:48:52.026694 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103332026660, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63122, "file_size": 41812871, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1036667448, "table_properties": {"data_size": 40146544, "index_size": 226944, "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": 131629534, "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": 1732103330, "oldest_key_time": 0, "file_creation_time": 1732103330, "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": 63122, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:52.070605 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.sst) /dev/shm/ToplingTemp/Topling-902423-xxI0I9 2024/11/20-19:48:52.895358 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.sst): first pass time = 0.82's, 162.749'MB/sec 2024/11/20-19:48:53.568292 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.sst): old prealloc_size = 147639500, real_size = 40942320 2024/11/20-19:48:53.568414 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = DictZipBlobStore usrkeys = 129427 prefix = 4 raw-key = 0.0010 GB zip-key = 0.0002 GB avg-key = 8.00 avg-zkey = 1.75 raw-val = 0.1316 GB zip-val = 0.0407 GB avg-val =1017.02 avg-zval = 314.33 2024/11/20-19:48:53.568552 140008509449792 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.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-19:48:53.737391 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063123.sst): second pass time = 0.67's, 195.880'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.17's, 252.603'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2273.759'MB/sec (index lex order gen) rebuild zvType time = 0.12's, 0.266'MB/sec write SST data time = 0.05's, 899.186'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 = 44397.674'MB/sec zip my value time = 0.67's, unzip length = 0.132'GB zip my value throughput = 195.880'MB/sec zip pipeline throughput = 195.880'MB/sec entries = 129427 avg-key = 20.00 avg-zkey = 1.75 avg-val = 1017.02 avg-zval = 314.33 usrkeys = 129427 avg-key = 12.00 avg-zkey = 1.75 avg-val = 1023.43 avg-zval = 314.33 TagRS{ kinds = RS_Key0_TagN bytes = 20320 } TagArray{ size = 118481 bytes = 399888 } seq expand size = 829367 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.8572 value = 3.2355 dict = 1.00 all = 3.1426 } Zip/UnZip{ index = 0.1458 value = 0.3091 dict = 1.00 all = 0.3182 } ---------------------------- total value len = 0.659979 GB avg = 1.020 KB (by entry num) total key len = 0.012943 GB avg = 0.020 KB total ukey len = 0.007766 GB avg = 0.012 KB total ukey num = 0.000647145 Billion total entry num = 0.000647145 Billion write speed all = 0.016962191 MB/sec (with seq num) write speed all = 0.016831692 MB/sec (without seq num) 2024/11/20-19:48:53.798006 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63123: 129427 keys, 42709918 bytes, temperature: kWarm 2024/11/20-19:48:53.798107 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103333798061, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63123, "file_size": 42709918, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 1036674050, "table_properties": {"data_size": 40683296, "index_size": 226496, "index_partitions": 0, "top_level_index_size": 0, "index_key_is_user_key": 0, "index_value_is_delta_encoded": 0, "filter_size": 0, "raw_key_size": 2588540, "raw_average_key_size": 20, "raw_value_size": 131630176, "raw_average_value_size": 1017, "num_data_blocks": 1, "num_entries": 129427, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 20, "fixed_value_len": 18446744073709551615, "filter_policy": "", "column_family_name": "default", "column_family_id": 0, "comparator": "leveldb.BytewiseComparator", "merge_operator": "nullptr", "prefix_extractor_name": "nullptr", "property_collectors": "[Rdb_tbl_prop_coll_factory]", "compression": "FlatZip", "compression_options": "RS_Key0_TagN-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-DictZipBlobStore", "creation_time": 1732103332, "oldest_key_time": 0, "file_creation_time": 1732103332, "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": 63123, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:53.841394 140008509449792 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063124.sst) /dev/shm/ToplingTemp/Topling-902423-rW0uie 2024/11/20-19:48:53.850925 140008509449792 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063124.sst): first pass time = 0.01's, 197.076'MB/sec 2024/11/20-19:48:53.891200 140008509449792 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063124.sst): old prealloc_size = 147639500, real_size = 591136 2024/11/20-19:48:53.891251 140008509449792 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063124.sst): index type = UintIndex_IL_256_32 , store type = DictZipBlobStore usrkeys = 1804 prefix = 4 raw-key = 0.0000 GB zip-key = 0.0000 GB avg-key = 8.00 avg-zkey = 0.31 raw-val = 0.0018 GB zip-val = 0.0006 GB avg-val =1016.84 avg-zval = 327.01 2024/11/20-19:48:53.894822 140008509449792 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00/063124.sst): second pass time = 0.03's, 57.940'MB/sec, value only(98.1% of KV) wait indexing time = 0.00's, remap KeyValue time = 0.00's, 173.456'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 17.754'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 0.179'MB/sec write SST data time = 0.00's, 588.469'MB/sec dict compress time = 140029.08's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.028'MB, throughput = 993.817'MB/sec zip my value time = 0.03's, unzip length = 0.002'GB zip my value throughput = 57.940'MB/sec zip pipeline throughput = 57.940'MB/sec entries = 1804 avg-key = 20.00 avg-zkey = 0.32 avg-val = 1016.84 avg-zval = 327.01 usrkeys = 1804 avg-key = 12.00 avg-zkey = 0.32 avg-val = 1023.84 avg-zval = 327.01 TagRS{ kinds = RS_Key0_Tag1 bytes = 0 } TagArray{ size = 1804 bytes = 5872 } seq expand size = 12628 multi value expand size = 0 cnt WriteAppend = 12 UnZipSize{ index = 0.0000 GB value = 0.0018 GB dict = 0.03 MB all = 0.0019 GB } __ZipSize{ index = 0.0000 GB value = 0.0006 GB dict = 0.03 MB all = 0.0006 GB } UnZip/Zip{ index = 37.5833 value = 3.1095 dict = 1.00 all = 2.9879 } Zip/UnZip{ index = 0.0266 value = 0.3216 dict = 1.00 all = 0.3347 } ---------------------------- total value len = 0.661826 GB avg = 1.020 KB (by entry num) total key len = 0.012979 GB avg = 0.020 KB total ukey len = 0.007787 GB avg = 0.012 KB total ukey num = 0.000648949 Billion total entry num = 0.000648949 Billion write speed all = 0.017009590 MB/sec (with seq num) write speed all = 0.016878727 MB/sec (without seq num) 2024/11/20-19:48:53.914431 140008509449792 [compaction_job.cc:1948] [default] [JOB 8726] Generated table #63124: 1804 keys, 626019 bytes, temperature: kWarm 2024/11/20-19:48:53.914502 140008509449792 EVENT_LOG_v1 {"time_micros": 1732103333914469, "cf_name": "default", "job": 8726, "event": "table_file_creation", "file_number": 63124, "file_size": 626019, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 980290587, "largest_seqno": 1035161816, "table_properties": {"data_size": 589920, "index_size": 576, "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": 36080, "raw_average_key_size": 20, "raw_value_size": 1834372, "raw_average_value_size": 1016, "num_data_blocks": 1, "num_entries": 1804, "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": 1732103333, "oldest_key_time": 0, "file_creation_time": 1732103333, "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": 63124, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-19:48:53.922578 140008509449792 [compaction_job.cc:703] job-08726: subcompact[0], size: 0.211355 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/job-08726/att-00 [063119,063120,063121,063122,063123,063124] 2024/11/20-19:48:53.982154 140008509449792 (Original Log Time 2024/11/20-19:48:45.763127) EVENT_LOG_v1 {"time_micros": 1732103325763067, "job": 8726, "event": "compaction_started", "compaction_reason": "FilesMarkedForCompaction", "files_L2": [63101], "files_L3": [62988, 62989, 62990, 62991, 62997], "score": 0.823998, "input_data_size": 243426578, "oldest_snapshot_seqno": 1036865371} 2024/11/20-19:48:53.982157 140008509449792 (Original Log Time 2024/11/20-19:48:53.974173) [compaction_job.cc:2022] [default] [JOB 8726] Compacted 1@2 + 5@3 files to L3 => 211355478 bytes 2024/11/20-19:48:53.982159 140008509449792 (Original Log Time 2024/11/20-19:48:53.982078) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 6 0 0 0] max score 0.01, MB/sec: 29.8 rd, 25.9 wr, level 3, files in(1, 5) out(6 +0 blob) MB in(31.2, 201.0 +0.0 blob) out(201.6 +0.0 blob), read-write-amplify(13.9) write-amplify(6.5) OK, records in: 679055, records dropped: 30106 output_compression: Snappy 2024/11/20-19:48:53.982163 140008509449792 (Original Log Time 2024/11/20-19:48:53.982131) EVENT_LOG_v1 {"time_micros": 1732103333982105, "cf": "default", "job": 8726, "event": "compaction_finished", "compaction_time_micros": 8159456, "compaction_time_cpu_micros": 2127681, "output_level": 3, "num_output_files": 6, "total_output_size": 211355478, "num_input_records": 679055, "num_output_records": 648949, "num_subcompactions": 1, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 164683286, "file_range_sync_nanos": 0, "file_fsync_nanos": 5684, "file_prepare_write_nanos": 14195, "lsm_state": [0, 0, 0, 6, 0, 0, 0]} 2024/11/20-19:48:54.108522 140008509449792 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":1732103325,"executesMs":8378,"compactionJobId":8726,"attempt":0,"compactionInputRawBytes":704183100,"compactionInputZipBytes":243426578,"compactionOutputRawBytes":0,"compactionOutputZipBytes":211355478,"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-f412f23b86bfc2e258cc6a29dd9e2062-cc1ab3ef825d4946-00"}}, response = 2024/11/20-19:48:54.108616 140008509449792 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/.rocksdb/job-08726/att-00: olev 3, work 8.379 s, result 7.620 ms, install 8.007 ms, input{raw 671.561 MiB zip 232.150 MiB}