2024/11/20-18:36:06.192500 140008736052800 DEBG dcompact_worker.cpp:2219: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00: fork to child time = 0.009272 sec 2024/11/20-18:36:06.193027 140008736052800 DEBG dcompact_worker.cpp:1013: Beg SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00 2024/11/20-18:36:06.197824 140008736052800 DEBG dcompact_worker.cpp:1033: End SerDeRead: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00 2024/11/20-18:36:06.199469 140008736052800 TRAC dcompact_worker.cpp:1083: INFO_LOG_LEVEL: rpc = INFO_LEVEL, env_var = undefined 2024/11/20-18:36:06.199703 140008736052800 [WARN] [column_family.cc:386] multiple cf_paths/db_paths and level_compaction_dynamic_level_bytes can't be used together 2024/11/20-18:36:06.242347 140008736052800 [version_set.cc:6211] Recovering from manifest file: /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/default-XNLnnF/job-00002/att-00/MANIFEST-000005 2024/11/20-18:36:06.259309 140008736052800 [version_set.cc:6254] Recovered from manifest file:/worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/default-XNLnnF/job-00002/att-00/MANIFEST-000005 succeeded,manifest_file_number is 5, next_file_number is 9, last_sequence is 0, log_number is 0,prev_log_number is 0,max_column_family is 0,min_log_number_to_keep is 0 2024/11/20-18:36:06.259314 140008736052800 [version_set.cc:6269] Column family [default] (ID 0), log number is 0 2024/11/20-18:36:06.259386 140008736052800 [version_set.cc:5724] Creating manifest 9 2024/11/20-18:36:06.288890 140008736052800 DEBG dcompact_worker.cpp:1225: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00: bottommost_level: fake = 1, rpc = 1 2024/11/20-18:36:07.190304 140008736052800 [compaction_job.cc:2437] [default] [JOB 2] Compacting 2@0 files to L6, score -1.00, subcompactions 3 : 3 2024/11/20-18:36:07.190321 140008736052800 [compaction_job.cc:2445] [default]: Compaction start summary: Base version 7 Base level 0, inputs: [7(63MB) 6(77MB)], [], [], [], [], [], [] 2024/11/20-18:36:07.190994 140008736052800 [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-18:36:07.191029 140008736052800 [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-18:36:07.191089 140008736052800 [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-18:36:07.191106 140008736052800 [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-18:36:07.191118 140008736052800 [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-18:36:07.201292 140008736052800 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst) /dev/shm/ToplingTemp/Topling-839611-Qm9Y0B 2024/11/20-18:36:07.209808 140007888389696 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst) /dev/shm/ToplingTemp/Topling-839611-ArwSAF 2024/11/20-18:36:07.220105 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst) /dev/shm/ToplingTemp/Topling-839611-9VdEfG 2024/11/20-18:36:07.705938 140007888389696 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst): first pass time = 0.50's, 48.026'MB/sec 2024/11/20-18:36:07.771505 140007888389696 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst): old prealloc_size = 110729625, real_size = 1710176 2024/11/20-18:36:07.772118 140007888389696 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZeroLengthBlobStore usrkeys = 856947 prefix = 4 raw-key = 0.0135 GB zip-key = 0.0015 GB avg-key = 15.80 avg-zkey = 1.75 raw-val = 0.0000 GB zip-val = 0.0000 GB avg-val = 0.00 avg-zval = 0.00 2024/11/20-18:36:07.772165 140007888389696 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst: sumWaitingMem = 0.002 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0021 GB, waited 0.000 sec, Key+Value = 0.024 GB 2024/11/20-18:36:07.869175 140007888389696 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000011.sst): second pass time = 0.00's, 0.000'MB/sec, value only( 0.0% of KV) wait indexing time = 0.07's, remap KeyValue time = 0.10's, 15.325'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 2587.185'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 49.574'MB/sec write SST data time = 0.09's, 16.135'MB/sec dict compress time = 0.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = -nan'MB/sec zip my value time = 0.00's, unzip length = 0.000'GB zip my value throughput = 0.000'MB/sec zip pipeline throughput = 0.000'MB/sec entries = 856947 avg-key = 27.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 usrkeys = 856947 avg-key = 19.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 3 UnZipSize{ index = 0.0170 GB value = 0.0000 GB dict = 0.00 MB all = 0.0238 GB } __ZipSize{ index = 0.0015 GB value = 0.0000 GB dict = 0.00 MB all = 0.0015 GB } UnZip/Zip{ index = 11.3459 value = 0.0000 dict = 0.00 all = 15.9158 } Zip/UnZip{ index = 0.0881 value = inf dict = 0.00 all = 0.0628 } ---------------------------- total value len = 0.000000 GB avg = 0.000 KB (by entry num) total key len = 0.023825 GB avg = 0.028 KB total ukey len = 0.016970 GB avg = 0.020 KB total ukey num = 0.000856947 Billion total entry num = 0.000856947 Billion write speed all = 0.000674825 MB/sec (with seq num) write speed all = 0.000480649 MB/sec (without seq num) 2024/11/20-18:36:07.878785 140007888389696 [compaction_job.cc:1948] [default] [JOB 2] Generated table #11: 856947 keys, 1496966 bytes, temperature: kWarm 2024/11/20-18:36:07.878876 140007888389696 EVENT_LOG_v1 {"time_micros": 1732098967878825, "cf_name": "default", "job": 2, "event": "table_file_creation", "file_number": 11, "file_size": 1496966, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 80, "index_size": 1495680, "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": 23825379, "raw_average_key_size": 27, "raw_value_size": 0, "raw_average_value_size": 0, "num_data_blocks": 1, "num_entries": 856947, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "fixed_value_len": 0, "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": "TooZip", "compression_options": "LegacyZvType-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZeroLengthBlobStore", "creation_time": 1732098967, "oldest_key_time": 0, "file_creation_time": 1732098967, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f", "db_session_id": "6MZ3RU376XPAYLWHL331", "orig_file_number": 11, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:36:08.954871 140008736052800 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst): first pass time = 1.75's, 57.406'MB/sec 2024/11/20-18:36:09.276494 140008736052800 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst): old prealloc_size = 110729625, real_size = 7219552 2024/11/20-18:36:09.277925 140008736052800 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZeroLengthBlobStore usrkeys = 3620979 prefix = 4 raw-key = 0.0572 GB zip-key = 0.0063 GB avg-key = 15.80 avg-zkey = 1.74 raw-val = 0.0000 GB zip-val = 0.0000 GB avg-val = 0.00 avg-zval = 0.00 2024/11/20-18:36:09.277975 140008736052800 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst: sumWaitingMem = 0.010 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0100 GB, waited 0.000 sec, Key+Value = 0.101 GB 2024/11/20-18:36:09.574965 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst): first pass time = 2.35's, 42.748'MB/sec 2024/11/20-18:36:09.825104 140008736052800 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000010.sst): second pass time = 0.00's, 0.000'MB/sec, value only( 0.0% of KV) wait indexing time = 0.32's, remap KeyValue time = 0.55's, 11.512'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 4460.166'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 68.023'MB/sec write SST data time = 0.53's, 11.830'MB/sec dict compress time = 0.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = -nan'MB/sec zip my value time = 0.00's, unzip length = 0.000'GB zip my value throughput = 0.000'MB/sec zip pipeline throughput = 0.000'MB/sec entries = 3620979 avg-key = 27.80 avg-zkey = 1.74 avg-val = 0.00 avg-zval = 0.00 usrkeys = 3620979 avg-key = 19.80 avg-zkey = 1.74 avg-val = 0.00 avg-zval = 0.00 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 3 UnZipSize{ index = 0.0717 GB value = 0.0000 GB dict = 0.00 MB all = 0.1007 GB } __ZipSize{ index = 0.0063 GB value = 0.0000 GB dict = 0.00 MB all = 0.0063 GB } UnZip/Zip{ index = 11.3549 value = 0.0000 dict = 0.00 all = 15.9395 } Zip/UnZip{ index = 0.0881 value = inf dict = 0.00 all = 0.0627 } ---------------------------- total value len = 0.000000 GB avg = 0.000 KB (by entry num) total key len = 0.124489 GB avg = 0.028 KB total ukey len = 0.088665 GB avg = 0.020 KB total ukey num = 0.004477926 Billion total entry num = 0.004477926 Billion write speed all = 0.003525794 MB/sec (with seq num) write speed all = 0.002511196 MB/sec (without seq num) 2024/11/20-18:36:09.840439 140008736052800 [compaction_job.cc:1948] [default] [JOB 2] Generated table #10: 3620979 keys, 6315338 bytes, temperature: kWarm 2024/11/20-18:36:09.840509 140008736052800 EVENT_LOG_v1 {"time_micros": 1732098969840472, "cf_name": "default", "job": 2, "event": "table_file_creation", "file_number": 10, "file_size": 6315338, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 80, "index_size": 6314048, "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": 100663307, "raw_average_key_size": 27, "raw_value_size": 0, "raw_average_value_size": 0, "num_data_blocks": 1, "num_entries": 3620979, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "fixed_value_len": 0, "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": "TooZip", "compression_options": "LegacyZvType-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZeroLengthBlobStore", "creation_time": 1732098967, "oldest_key_time": 0, "file_creation_time": 1732098967, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f", "db_session_id": "6MZ3RU376XPAYLWHL331", "orig_file_number": 10, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:36:09.867882 140008736052800 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst) /dev/shm/ToplingTemp/Topling-839611-VvLOiG 2024/11/20-18:36:10.037497 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst): old prealloc_size = 110729625, real_size = 7220256 2024/11/20-18:36:10.038960 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZeroLengthBlobStore usrkeys = 3621003 prefix = 4 raw-key = 0.0572 GB zip-key = 0.0063 GB avg-key = 15.80 avg-zkey = 1.74 raw-val = 0.0000 GB zip-val = 0.0000 GB avg-val = 0.00 avg-zval = 0.00 2024/11/20-18:36:10.039013 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst: sumWaitingMem = 0.010 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0100 GB, waited 0.000 sec, Key+Value = 0.101 GB 2024/11/20-18:36:10.114616 140008736052800 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst): first pass time = 0.25's, 61.930'MB/sec 2024/11/20-18:36:10.156476 140008736052800 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst): old prealloc_size = 110729625, real_size = 1097440 2024/11/20-18:36:10.156726 140008736052800 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZeroLengthBlobStore usrkeys = 549535 prefix = 4 raw-key = 0.0087 GB zip-key = 0.0010 GB avg-key = 15.80 avg-zkey = 1.75 raw-val = 0.0000 GB zip-val = 0.0000 GB avg-val = 0.00 avg-zval = 0.00 2024/11/20-18:36:10.156755 140008736052800 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst: sumWaitingMem = 0.001 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0014 GB, waited 0.000 sec, Key+Value = 0.015 GB 2024/11/20-18:36:10.216849 140008736052800 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000013.sst): second pass time = 0.00's, 0.000'MB/sec, value only( 0.0% of KV) wait indexing time = 0.04's, remap KeyValue time = 0.06's, 15.923'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 4035.469'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 125.356'MB/sec write SST data time = 0.06's, 16.282'MB/sec dict compress time = 0.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = -nan'MB/sec zip my value time = 0.00's, unzip length = 0.000'GB zip my value throughput = 0.000'MB/sec zip pipeline throughput = 0.000'MB/sec entries = 549535 avg-key = 27.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 usrkeys = 549535 avg-key = 19.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 3 UnZipSize{ index = 0.0109 GB value = 0.0000 GB dict = 0.00 MB all = 0.0153 GB } __ZipSize{ index = 0.0010 GB value = 0.0000 GB dict = 0.00 MB all = 0.0010 GB } UnZip/Zip{ index = 11.3371 value = 0.0000 dict = 0.00 all = 15.8962 } Zip/UnZip{ index = 0.0882 value = inf dict = 0.00 all = 0.0629 } ---------------------------- total value len = 0.000000 GB avg = 0.000 KB (by entry num) total key len = 0.139766 GB avg = 0.028 KB total ukey len = 0.099547 GB avg = 0.020 KB total ukey num = 0.005027461 Billion total entry num = 0.005027461 Billion write speed all = 0.003958448 MB/sec (with seq num) write speed all = 0.002819351 MB/sec (without seq num) 2024/11/20-18:36:10.226693 140008736052800 [compaction_job.cc:1948] [default] [JOB 2] Generated table #13: 549535 keys, 961094 bytes, temperature: kWarm 2024/11/20-18:36:10.226745 140008736052800 EVENT_LOG_v1 {"time_micros": 1732098970226718, "cf_name": "default", "job": 2, "event": "table_file_creation", "file_number": 13, "file_size": 961094, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 80, "index_size": 959808, "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": 15277699, "raw_average_key_size": 27, "raw_value_size": 0, "raw_average_value_size": 0, "num_data_blocks": 1, "num_entries": 549535, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "fixed_value_len": 0, "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": "TooZip", "compression_options": "LegacyZvType-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZeroLengthBlobStore", "creation_time": 1732098969, "oldest_key_time": 0, "file_creation_time": 1732098969, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f", "db_session_id": "6MZ3RU376XPAYLWHL331", "orig_file_number": 13, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:36:10.442534 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000012.sst): second pass time = 0.00's, 0.000'MB/sec, value only( 0.0% of KV) wait indexing time = 0.46's, remap KeyValue time = 0.41's, 15.594'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 4354.515'MB/sec (index lex order gen) rebuild zvType time = 0.01's, 68.362'MB/sec write SST data time = 0.39's, 16.181'MB/sec dict compress time = 0.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = -nan'MB/sec zip my value time = 0.00's, unzip length = 0.000'GB zip my value throughput = 0.000'MB/sec zip pipeline throughput = 0.000'MB/sec entries = 3621003 avg-key = 27.80 avg-zkey = 1.74 avg-val = 0.00 avg-zval = 0.00 usrkeys = 3621003 avg-key = 19.80 avg-zkey = 1.74 avg-val = 0.00 avg-zval = 0.00 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 3 UnZipSize{ index = 0.0717 GB value = 0.0000 GB dict = 0.00 MB all = 0.1007 GB } __ZipSize{ index = 0.0063 GB value = 0.0000 GB dict = 0.00 MB all = 0.0063 GB } UnZip/Zip{ index = 11.3536 value = 0.0000 dict = 0.00 all = 15.9377 } Zip/UnZip{ index = 0.0881 value = inf dict = 0.00 all = 0.0627 } ---------------------------- total value len = 0.000000 GB avg = 0.000 KB (by entry num) total key len = 0.240430 GB avg = 0.028 KB total ukey len = 0.171242 GB avg = 0.020 KB total ukey num = 0.008648464 Billion total entry num = 0.008648464 Billion write speed all = 0.006809380 MB/sec (with seq num) write speed all = 0.004849866 MB/sec (without seq num) 2024/11/20-18:36:10.458115 140007879996992 [compaction_job.cc:1948] [default] [JOB 2] Generated table #12: 3621003 keys, 6316042 bytes, temperature: kWarm 2024/11/20-18:36:10.458180 140007879996992 EVENT_LOG_v1 {"time_micros": 1732098970458141, "cf_name": "default", "job": 2, "event": "table_file_creation", "file_number": 12, "file_size": 6316042, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 80, "index_size": 6314752, "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": 100663319, "raw_average_key_size": 27, "raw_value_size": 0, "raw_average_value_size": 0, "num_data_blocks": 1, "num_entries": 3621003, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "fixed_value_len": 0, "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": "TooZip", "compression_options": "LegacyZvType-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZeroLengthBlobStore", "creation_time": 1732098967, "oldest_key_time": 0, "file_creation_time": 1732098967, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f", "db_session_id": "6MZ3RU376XPAYLWHL331", "orig_file_number": 12, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:36:10.485904 140007879996992 [top_zip_table_builder.cc:960] ToplingZipTableBuilder(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst) /dev/shm/ToplingTemp/Topling-839611-orEE8F 2024/11/20-18:36:10.672074 140007879996992 [top_zip_table_builder.cc:1378] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst): first pass time = 0.19's, 52.727'MB/sec 2024/11/20-18:36:10.700002 140007879996992 [top_zip_table_builder.cc:2798] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst): old prealloc_size = 110729625, real_size = 705696 2024/11/20-18:36:10.700208 140007879996992 [top_zip_table_builder.cc:1799] BuildReorderMap(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst): index type = NestLoudsTrieDAWG_Mixed_XL_256_32_FL, store type = ZeroLengthBlobStore usrkeys = 353064 prefix = 4 raw-key = 0.0056 GB zip-key = 0.0006 GB avg-key = 15.80 avg-zkey = 1.75 raw-val = 0.0000 GB zip-val = 0.0000 GB avg-val = 0.00 avg-zval = 0.00 2024/11/20-18:36:10.700236 140007879996992 [top_zip_table_builder.cc:1325] /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst: sumWaitingMem = 0.001 GB, sumWorkingMem = 0.000 GB, reorder workingMem = 0.0008 GB, waited 0.000 sec, Key+Value = 0.010 GB 2024/11/20-18:36:10.738624 140007879996992 [top_zip_table_builder.cc:3129] ToplingZipTableBuilder::Finish(/storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00/000014.sst): second pass time = 0.00's, 0.000'MB/sec, value only( 0.0% of KV) wait indexing time = 0.03's, remap KeyValue time = 0.04's, 16.015'MB/sec (all stages of remap) Get OrderMap time = 0.00's, 3082.308'MB/sec (index lex order gen) rebuild zvType time = 0.00's, 138.264'MB/sec write SST data time = 0.04's, 16.370'MB/sec dict compress time = 0.00's, 0.000'MB/sec z-dict build time = 0.00's, sample length = 0.000'MB, throughput = -nan'MB/sec zip my value time = 0.00's, unzip length = 0.000'GB zip my value throughput = 0.000'MB/sec zip pipeline throughput = 0.000'MB/sec entries = 353064 avg-key = 27.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 usrkeys = 353064 avg-key = 19.80 avg-zkey = 1.75 avg-val = 0.00 avg-zval = 0.00 TagRS{ kinds = LegacyZvType bytes = 0 } TagArray{ size = 0 bytes = 0 } seq expand size = 0 multi value expand size = 0 cnt WriteAppend = 3 UnZipSize{ index = 0.0070 GB value = 0.0000 GB dict = 0.00 MB all = 0.0098 GB } __ZipSize{ index = 0.0006 GB value = 0.0000 GB dict = 0.00 MB all = 0.0006 GB } UnZip/Zip{ index = 11.3255 value = 0.0000 dict = 0.00 all = 15.8691 } Zip/UnZip{ index = 0.0883 value = inf dict = 0.00 all = 0.0630 } ---------------------------- total value len = 0.000000 GB avg = 0.000 KB (by entry num) total key len = 0.250244 GB avg = 0.028 KB total ukey len = 0.178232 GB avg = 0.020 KB total ukey num = 0.009001528 Billion total entry num = 0.009001528 Billion write speed all = 0.007087271 MB/sec (with seq num) write speed all = 0.005047779 MB/sec (without seq num) 2024/11/20-18:36:10.745965 140007879996992 [compaction_job.cc:1948] [default] [JOB 2] Generated table #14: 353064 keys, 618438 bytes, temperature: kWarm 2024/11/20-18:36:10.746018 140007879996992 EVENT_LOG_v1 {"time_micros": 1732098970745990, "cf_name": "default", "job": 2, "event": "table_file_creation", "file_number": 14, "file_size": 618438, "file_checksum": "", "file_checksum_func_name": "Unknown", "smallest_seqno": 0, "largest_seqno": 0, "table_properties": {"data_size": 80, "index_size": 617152, "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": 9814056, "raw_average_key_size": 27, "raw_value_size": 0, "raw_average_value_size": 0, "num_data_blocks": 1, "num_entries": 353064, "num_filter_entries": 0, "num_deletions": 0, "num_merge_operands": 0, "num_range_deletions": 0, "format_version": 0, "fixed_key_len": 0, "fixed_value_len": 0, "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": "TooZip", "compression_options": "LegacyZvType-NestLoudsTrieDAWG_Mixed_XL_256_32_FL-ZeroLengthBlobStore", "creation_time": 1732098970, "oldest_key_time": 0, "file_creation_time": 1732098970, "slow_compression_estimated_data_size": 0, "fast_compression_estimated_data_size": 0, "db_id": "8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f", "db_session_id": "6MZ3RU376XPAYLWHL331", "orig_file_number": 14, "seqno_to_time_mapping": "N/A", "__indexstats__": "[...1 records...]"}} 2024/11/20-18:36:10.765651 140008736052800 [compaction_job.cc:703] job-00002: subcompact[0], size: 0.007276 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00 [000010,000013] 2024/11/20-18:36:10.765665 140008736052800 [compaction_job.cc:703] job-00002: subcompact[1], size: 0.006934 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00 [000012,000014] 2024/11/20-18:36:10.765668 140008736052800 [compaction_job.cc:703] job-00002: subcompact[2], size: 0.001497 G, files: /storage/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/mytopling/.rocksdb/default-XNLnnF/job-00002/att-00 [000011] 2024/11/20-18:36:10.782428 140008736052800 (Original Log Time 2024/11/20-18:36:07.190389) EVENT_LOG_v1 {"time_micros": 1732098967190338, "job": 2, "event": "compaction_started", "compaction_reason": "ManualCompaction", "files_L0": [7, 6], "files_L1": [], "files_L2": [], "files_L3": [], "files_L4": [], "files_L5": [], "files_L6": [], "score": -1, "input_data_size": 148395137, "oldest_snapshot_seqno": -1} 2024/11/20-18:36:10.782432 140008736052800 (Original Log Time 2024/11/20-18:36:10.781837) [compaction_job.cc:2022] [default] [JOB 2] Compacted 2@0 files to L6 => 15707878 bytes 2024/11/20-18:36:10.782433 140008736052800 (Original Log Time 2024/11/20-18:36:10.782359) [compaction_job.cc:1224] [default] compacted to: files[0 0 0 0 0 0 5] max score 0.25, MB/sec: 41.5 rd, 4.4 wr, level 6, files in(2, 0) out(5 +0 blob) MB in(141.5, 0.0 +0.0 blob) out(15.0 +0.0 blob), read-write-amplify(1.1) write-amplify(0.1) OK, records in: 9001528, records dropped: 0 output_compression: Snappy 2024/11/20-18:36:10.782437 140008736052800 (Original Log Time 2024/11/20-18:36:10.782407) EVENT_LOG_v1 {"time_micros": 1732098970782381, "cf": "default", "job": 2, "event": "compaction_finished", "compaction_time_micros": 3575278, "compaction_time_cpu_micros": 4355098, "output_level": 6, "num_output_files": 5, "total_output_size": 15707878, "num_input_records": 9001528, "num_output_records": 9001528, "num_subcompactions": 3, "output_compression": "Snappy", "num_single_delete_mismatches": 0, "num_single_delete_fallthrough": 0, "file_write_nanos": 21777998, "file_range_sync_nanos": 0, "file_fsync_nanos": 5527, "file_prepare_write_nanos": 5818, "lsm_state": [0, 0, 0, 0, 0, 0, 5]} 2024/11/20-18:36:10.907183 140008736052800 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":"8a3f1447-ebfc-4645-b2f7-6d1a9ba0608f","dbStarts":1732096383,"starts":1732098966,"executesMs":4581,"compactionJobId":2,"attempt":0,"compactionInputRawBytes":250243760,"compactionInputZipBytes":148395137,"compactionOutputRawBytes":0,"compactionOutputZipBytes":15707878,"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-c43a688c521b1133e40bec88494d324d-3ff35f5499ca9ec4-00"}}, response = 2024/11/20-18:36:10.907294 140008736052800 INFO dcompact_worker.cpp:1464: finish /worker/dcompact-log/nfs/i-wz9deglxdazgiryp6ltb_10.57.5.137/2024-11-20T17.53.03/default-XNLnnF/job-00002/att-00: olev 6, work 4.582 s, result 7.510 ms, install 0.614 ms, input{raw 238.651 MiB zip 141.521 MiB}